new wallpaper direcoty and mpd added

This commit is contained in:
samantha42
2026-03-08 20:54:50 +01:00
parent 4684c110ed
commit 217927e158
8 changed files with 38 additions and 4 deletions

View File

@@ -330,6 +330,7 @@ exec-once = spotify
exec-once = [workspace 1 silent] firefox
exec-once = [workspace 2 silent] code
exec-once = [workspace 3 silent] kitty
exec-once = [workspace 5 silent] rmpc
exec-once = discord
exec-once = spotify

View File

@@ -2,13 +2,13 @@ ipc = off
splash = false
wallpaper {
monitor = DP-2
path = ~/.config/hypr/wall2.jpeg
path = ~/.config/hypr/paper/harbor-sunset.jpg
fit_mode = cover
}
wallpaper {
monitor = HDMI-A-1
path = ~/.config/hypr/wall2.jpeg
path = ~/.config/hypr/paper/harbor-sunset.jpg
fit_mode = cover
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 KiB

View File

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 1.4 MiB

View File

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

33
mpd/mpd.conf Normal file
View File

@@ -0,0 +1,33 @@
# Music directory
music_directory "~/Music"
# MPD database
db_file "~/.local/share/mpd/database"
# Log
log_file "~/.local/share/mpd/mpd.log"
# PID file
pid_file "~/.local/share/mpd/pid"
# State file
state_file "~/.local/share/mpd/state"
# Sticker database
sticker_file "~/.local/share/mpd/sticker.sql"
# Network
bind_to_address "127.0.0.1"
port "6600"
# Audio output (PipeWire/PulseAudio)
audio_output {
type "pipewire"
name "PipeWire"
}
# Or for ALSA:
# audio_output {
# type "alsa"
# name "ALSA"
#

View File

@@ -3,7 +3,7 @@
"layer": "top",
"output": "DP-2",
"position": "top",
"height": 36,
"height": 24,
"spacing": 4,
"margin-top": 4,
"margin-left": 10,
@@ -58,7 +58,7 @@
"layer": "top",
"output": "HDMI-A-1",
"position": "top",
"height": 36,
"height": 24,
"spacing": 4,
"margin-top": 4,
"margin-left": 10,