Compare commits

...

5 commits

5 changed files with 24 additions and 8 deletions

View file

@ -0,0 +1,17 @@
[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,7 +14,6 @@ exec-once = gnome-keyring
# Hypridle
exec-once = hypridle
exec-once = hyprpaper
# Mailspring
exec-once = mailspring --background --password-store="gnome-libsecret"
@ -23,7 +22,7 @@ exec-once = mailspring --background --password-store="gnome-libsecret"
exec-once = nm-applet
# Pipewire
exec-once = artix-pipewire-launcher restart
#exec-once = artix-pipewire-launcher restart
# Polkit
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
@ -44,4 +43,4 @@ exec-once = udiskie
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
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,
#cpu,
#clock {
padding: 2px 6px;
padding: 6px;
}
/*

View file

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

View file

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