Remove aggietime watcher in init.lisp, spotifyd uses gnu pass
This commit is contained in:
parent
545ec092c4
commit
3eac674b0e
@ -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
|
### Variables
|
||||||
#
|
#
|
||||||
# Logo key. Use Mod1 for Alt.
|
# 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/)
|
# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/)
|
||||||
output * bg `find $wallpapers_path -type f | shuf -n 1` fill
|
output * bg `find $wallpapers_path -type f | shuf -n 1` fill
|
||||||
|
|
||||||
|
# VNC External Monitor
|
||||||
output HEADLESS-1 {
|
output HEADLESS-1 {
|
||||||
pos 1920,0
|
pos 1920,0
|
||||||
mode 1600x720
|
mode 1600x720
|
||||||
# transform 90
|
# 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
|
### Idle configuration
|
||||||
#
|
#
|
||||||
# Example configuration:
|
# Example configuration:
|
||||||
@ -229,15 +217,5 @@ client.focused "#000000" "#ffffff" "#000000"
|
|||||||
|
|
||||||
include /etc/sway/config.d/*
|
include /etc/sway/config.d/*
|
||||||
|
|
||||||
#
|
# Display target has started
|
||||||
# Cursor
|
exec systemctl start --user display.target &
|
||||||
#
|
|
||||||
|
|
||||||
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
|
|
||||||
}
|
|
||||||
|
|
||||||
|
@ -5,9 +5,12 @@ Wants=sound.target
|
|||||||
After=sound.target
|
After=sound.target
|
||||||
Wants=network-online.target
|
Wants=network-online.target
|
||||||
After=network-online.target
|
After=network-online.target
|
||||||
|
Wants=display.target
|
||||||
|
|
||||||
[Service]
|
[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
|
Restart=always
|
||||||
RestartSec=12
|
RestartSec=12
|
||||||
|
|
||||||
|
@ -20,6 +20,4 @@
|
|||||||
;; Follow focus on mouse hover
|
;; Follow focus on mouse hover
|
||||||
(setq *mouse-focus-policy* :sloppy)
|
(setq *mouse-focus-policy* :sloppy)
|
||||||
|
|
||||||
(when (is-work-machine)
|
|
||||||
(run-shell-command "sleep 3 && . ~/scripts/watch_aggietimed.sh"))
|
|
||||||
(run-shell-command "dunst")
|
(run-shell-command "dunst")
|
||||||
|
Loading…
Reference in New Issue
Block a user