Remove aggietime watcher in init.lisp, spotifyd uses gnu pass

This commit is contained in:
Lizzy Hunt 2023-03-27 10:29:07 -06:00
parent 545ec092c4
commit 3eac674b0e
No known key found for this signature in database
GPG Key ID: 8AC6A4B840C0EC49
3 changed files with 7 additions and 28 deletions

View File

@ -1,9 +1,3 @@
# Default config for sway
#
# Copy this to ~/.config/sway/config and edit it to your liking.
#
# Read `man 5 sway` for a complete reference.
### Variables
#
# Logo key. Use Mod1 for Alt.
@ -27,19 +21,13 @@ set $wallpapers_path $HOME/Wallpapers
# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/)
output * bg `find $wallpapers_path -type f | shuf -n 1` fill
# VNC External Monitor
output HEADLESS-1 {
pos 1920,0
mode 1600x720
# transform 90
}
#
# Example configuration:
#
# output HDMI-A-1 resolution 1920x1080 position 1920,0
#
# You can get the names of your outputs by running: swaymsg -t get_outputs
### Idle configuration
#
# Example configuration:
@ -229,15 +217,5 @@ client.focused "#000000" "#ffffff" "#000000"
include /etc/sway/config.d/*
#
# Cursor
#
set $my_cursor Bibata-Modern-Amber
set $my_cursor_size 16
exec_always {
gsettings set org.gnome.desktop.interface cursor-theme $my_cursor
gsettings set org.gnome.desktop.interface cursor-size $my_cursor_size
}
# Display target has started
exec systemctl start --user display.target &

View File

@ -5,9 +5,12 @@ Wants=sound.target
After=sound.target
Wants=network-online.target
After=network-online.target
Wants=display.target
[Service]
ExecStart=/usr/bin/spotifyd --config-path /home/lizzy/.config/spotifyd/spotifyd.conf --no-daemon
Environment=DISPLAY=:0
Type=simple
ExecStart=/usr/bin/spotifyd --config-path /home/lizzy/.config/spotifyd/spotifyd.conf --password-cmd "pass show spotify" --no-daemon
Restart=always
RestartSec=12

View File

@ -20,6 +20,4 @@
;; Follow focus on mouse hover
(setq *mouse-focus-policy* :sloppy)
(when (is-work-machine)
(run-shell-command "sleep 3 && . ~/scripts/watch_aggietimed.sh"))
(run-shell-command "dunst")