diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 121b39b..2ed4ffe 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -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 diff --git a/hypr/hyprpaper.conf b/hypr/hyprpaper.conf index 069916c..02fd45b 100644 --- a/hypr/hyprpaper.conf +++ b/hypr/hyprpaper.conf @@ -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 } diff --git a/hypr/paper/harbor-sunset.jpg b/hypr/paper/harbor-sunset.jpg new file mode 100644 index 0000000..5d81907 Binary files /dev/null and b/hypr/paper/harbor-sunset.jpg differ diff --git a/hypr/paper/harbor-sunset.webp b/hypr/paper/harbor-sunset.webp new file mode 100644 index 0000000..1c8f0c0 Binary files /dev/null and b/hypr/paper/harbor-sunset.webp differ diff --git a/hypr/wall2.jpeg b/hypr/paper/wall2.jpeg similarity index 100% rename from hypr/wall2.jpeg rename to hypr/paper/wall2.jpeg diff --git a/hypr/wallpaper.jpg b/hypr/paper/wallpaper.jpg similarity index 100% rename from hypr/wallpaper.jpg rename to hypr/paper/wallpaper.jpg diff --git a/mpd/mpd.conf b/mpd/mpd.conf new file mode 100644 index 0000000..1a0b0b9 --- /dev/null +++ b/mpd/mpd.conf @@ -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" +# \ No newline at end of file diff --git a/waybar/config.jsonc b/waybar/config.jsonc index 288acff..67e9cf5 100644 --- a/waybar/config.jsonc +++ b/waybar/config.jsonc @@ -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,