new wallpaper direcoty and mpd added
This commit is contained in:
@@ -330,6 +330,7 @@ exec-once = spotify
|
|||||||
exec-once = [workspace 1 silent] firefox
|
exec-once = [workspace 1 silent] firefox
|
||||||
exec-once = [workspace 2 silent] code
|
exec-once = [workspace 2 silent] code
|
||||||
exec-once = [workspace 3 silent] kitty
|
exec-once = [workspace 3 silent] kitty
|
||||||
|
exec-once = [workspace 5 silent] rmpc
|
||||||
exec-once = discord
|
exec-once = discord
|
||||||
exec-once = spotify
|
exec-once = spotify
|
||||||
|
|
||||||
|
|||||||
@@ -2,13 +2,13 @@ ipc = off
|
|||||||
splash = false
|
splash = false
|
||||||
wallpaper {
|
wallpaper {
|
||||||
monitor = DP-2
|
monitor = DP-2
|
||||||
path = ~/.config/hypr/wall2.jpeg
|
path = ~/.config/hypr/paper/harbor-sunset.jpg
|
||||||
fit_mode = cover
|
fit_mode = cover
|
||||||
}
|
}
|
||||||
|
|
||||||
wallpaper {
|
wallpaper {
|
||||||
monitor = HDMI-A-1
|
monitor = HDMI-A-1
|
||||||
path = ~/.config/hypr/wall2.jpeg
|
path = ~/.config/hypr/paper/harbor-sunset.jpg
|
||||||
fit_mode = cover
|
fit_mode = cover
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
BIN
hypr/paper/harbor-sunset.jpg
Normal file
BIN
hypr/paper/harbor-sunset.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.9 MiB |
BIN
hypr/paper/harbor-sunset.webp
Normal file
BIN
hypr/paper/harbor-sunset.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 140 KiB |
|
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 1.4 MiB |
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
33
mpd/mpd.conf
Normal file
33
mpd/mpd.conf
Normal 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"
|
||||||
|
#
|
||||||
@@ -3,7 +3,7 @@
|
|||||||
"layer": "top",
|
"layer": "top",
|
||||||
"output": "DP-2",
|
"output": "DP-2",
|
||||||
"position": "top",
|
"position": "top",
|
||||||
"height": 36,
|
"height": 24,
|
||||||
"spacing": 4,
|
"spacing": 4,
|
||||||
"margin-top": 4,
|
"margin-top": 4,
|
||||||
"margin-left": 10,
|
"margin-left": 10,
|
||||||
@@ -58,7 +58,7 @@
|
|||||||
"layer": "top",
|
"layer": "top",
|
||||||
"output": "HDMI-A-1",
|
"output": "HDMI-A-1",
|
||||||
"position": "top",
|
"position": "top",
|
||||||
"height": 36,
|
"height": 24,
|
||||||
"spacing": 4,
|
"spacing": 4,
|
||||||
"margin-top": 4,
|
"margin-top": 4,
|
||||||
"margin-left": 10,
|
"margin-left": 10,
|
||||||
|
|||||||
Reference in New Issue
Block a user