Adjust mpd for ac-adaptive
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user