Adjust mpd for ac-adaptive

This commit is contained in:
2025-03-12 20:09:27 -06:00
parent 4ad05a8498
commit a6b455a364
3 changed files with 37 additions and 21 deletions

View File

@@ -145,8 +145,9 @@ font-3 = "Symbols Nerd Font:size=10;3"
; modules-right = 2RD volume 3RD bna 4RD battery 5RD bluetooth sep ethernet 6RD date 7RD sysmenu tray sepR
# mReschke
modules-left = sepL menu 1LD workspaces2 2LD cpu 3LD memory 4LD filesystem 5LD
modules-center = mpd i3
modules-left = sepL menu 1LD workspaces2 2LD cpu 3LD memory 4LD filesystem 5LD mpd
#modules-center = mpd i3
modules-center = workspace_name
modules-right = 2RD ethernet 3RD battery 4RD volume 5RD date 6RD 7RD sysmenu sepR

View File

@@ -440,7 +440,7 @@ type = internal/mpd
; Host where mpd is running (either ip or domain name)
; Can also be the full path to a unix socket where mpd is running.
host = 127.0.0.1
host = localhost
port = 6600
;;password = mysecretpassword
@@ -949,6 +949,20 @@ label-empty-padding = 1
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
[module/workspace_name]
; Getting ONLY the CURRENT workspace name in i3 seems only
; possible with a script, which I can tail live every 1 or 2 seconds!
type = custom/script
exec = ~/.files/scripts/i3-current-workspace-name
tail = true
interval = 2
format = <label>
label = %output%
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
[module/workspaces2]
type = internal/i3
@@ -975,7 +989,7 @@ enable-click = true
; Create scroll handlers used to cycle workspaces
; Default: true
enable-scroll = true
enable-scroll = false
; Wrap around when reaching the first/last workspace
; Default: true
@@ -1008,15 +1022,16 @@ fuzzy-match = true
# Find fonts here
# https://www.nerdfonts.com/cheat-sheet
ws-icon-0 = PHP;
ws-icon-0 = PHP;󰌟
ws-icon-1 = Python;
ws-icon-2 = Uvicore;
ws-icon-3 = ?;
ws-icon-4 = AWS;
ws-icon-5 = Kdenlive;
ws-icon-6 = ?;
ws-icon-7 = ?;
ws-icon-8 = WinVM;
ws-icon-2 = AWS;
ws-icon-3 = Video;
ws-icon-4 = 5;󰎱
ws-icon-5 = 6;󰎳
ws-icon-6 = 7;󰎶
ws-icon-7 = Ansible;
#ws-icon-8 = VM;
ws-icon-8 = VM;
ws-icon-9 = Mine;
ws-icon-10 = Email;