Compare commits
No commits in common. "1d652319843fffe1a7ed368f973525951879fa44" and "e6ffeafad4bacffcb3cc6e5a32bb4e5d61d98f47" have entirely different histories.
1d65231984
...
e6ffeafad4
|
|
@ -148,7 +148,7 @@ disks_filter = ""
|
||||||
mem_graphs = True
|
mem_graphs = True
|
||||||
|
|
||||||
#* Show mem box below net box instead of above.
|
#* Show mem box below net box instead of above.
|
||||||
mem_below_net = True
|
mem_below_net = False
|
||||||
|
|
||||||
#* Count ZFS ARC in cached and available memory.
|
#* Count ZFS ARC in cached and available memory.
|
||||||
zfs_arc_cached = True
|
zfs_arc_cached = True
|
||||||
|
|
@ -178,7 +178,7 @@ disk_free_priv = False
|
||||||
show_io_stat = True
|
show_io_stat = True
|
||||||
|
|
||||||
#* Toggles io mode for disks, showing big graphs for disk read/write speeds.
|
#* Toggles io mode for disks, showing big graphs for disk read/write speeds.
|
||||||
io_mode = True
|
io_mode = False
|
||||||
|
|
||||||
#* Set to True to show combined read/write io graphs in io mode.
|
#* Set to True to show combined read/write io graphs in io mode.
|
||||||
io_graph_combined = False
|
io_graph_combined = False
|
||||||
|
|
@ -209,4 +209,4 @@ selected_battery = "Auto"
|
||||||
|
|
||||||
#* Set loglevel for "~/.config/btop/btop.log" levels are: "ERROR" "WARNING" "INFO" "DEBUG".
|
#* Set loglevel for "~/.config/btop/btop.log" levels are: "ERROR" "WARNING" "INFO" "DEBUG".
|
||||||
#* The level set includes all lower levels, i.e. "DEBUG" will show all logging info.
|
#* The level set includes all lower levels, i.e. "DEBUG" will show all logging info.
|
||||||
log_level = "WARNING"
|
log_level = "WARNING"
|
||||||
|
|
@ -1,15 +0,0 @@
|
||||||
[Unit]
|
|
||||||
Description=A spotify playing daemon
|
|
||||||
Documentation=https://github.com/Spotifyd/spotifyd
|
|
||||||
Wants=sound.target
|
|
||||||
After=sound.target
|
|
||||||
Wants=network-online.target
|
|
||||||
After=network-online.target
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
ExecStart=/usr/bin/spotifyd --no-daemon --verbose --config-path /home/r0r5chach/.config/spotifyd
|
|
||||||
Restart=always
|
|
||||||
RestartSec=12
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=default.target
|
|
||||||
|
|
@ -52,7 +52,3 @@ cp -r /home/$USER/.config/zsh $dot/home/$USER/.config/
|
||||||
cp /home/$USER/.config/code-flags.conf $dot/home/$USER/.config/
|
cp /home/$USER/.config/code-flags.conf $dot/home/$USER/.config/
|
||||||
cp /home/$USER/.config/electron-flags.conf $dot/home/$USER/.config/
|
cp /home/$USER/.config/electron-flags.conf $dot/home/$USER/.config/
|
||||||
cp /home/$USER/.config/spotifyd $dot/home/$USER/.config
|
cp /home/$USER/.config/spotifyd $dot/home/$USER/.config
|
||||||
|
|
||||||
mkdir $dot/home/$USER/.config/systemd 2> /dev/null
|
|
||||||
mkdir $dot/home/$USER/.config/systemd/user 2> /dev/null
|
|
||||||
cp /home/$USER/.config/systemd/user/spotifyd.service
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue