Adjust mpd for ac-adaptive
This commit is contained in:
@@ -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
|
; modules-right = 2RD volume 3RD bna 4RD battery 5RD bluetooth sep ethernet 6RD date 7RD sysmenu tray sepR
|
||||||
|
|
||||||
# mReschke
|
# mReschke
|
||||||
modules-left = sepL menu 1LD workspaces2 2LD cpu 3LD memory 4LD filesystem 5LD
|
modules-left = sepL menu 1LD workspaces2 2LD cpu 3LD memory 4LD filesystem 5LD mpd
|
||||||
modules-center = mpd i3
|
#modules-center = mpd i3
|
||||||
|
modules-center = workspace_name
|
||||||
modules-right = 2RD ethernet 3RD battery 4RD volume 5RD date 6RD 7RD sysmenu sepR
|
modules-right = 2RD ethernet 3RD battery 4RD volume 5RD date 6RD 7RD sysmenu sepR
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -440,7 +440,7 @@ type = internal/mpd
|
|||||||
|
|
||||||
; Host where mpd is running (either ip or domain name)
|
; Host where mpd is running (either ip or domain name)
|
||||||
; Can also be the full path to a unix socket where mpd is running.
|
; Can also be the full path to a unix socket where mpd is running.
|
||||||
host = 127.0.0.1
|
host = localhost
|
||||||
port = 6600
|
port = 6600
|
||||||
;;password = mysecretpassword
|
;;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]
|
[module/workspaces2]
|
||||||
type = internal/i3
|
type = internal/i3
|
||||||
|
|
||||||
@@ -975,7 +989,7 @@ enable-click = true
|
|||||||
|
|
||||||
; Create scroll handlers used to cycle workspaces
|
; Create scroll handlers used to cycle workspaces
|
||||||
; Default: true
|
; Default: true
|
||||||
enable-scroll = true
|
enable-scroll = false
|
||||||
|
|
||||||
; Wrap around when reaching the first/last workspace
|
; Wrap around when reaching the first/last workspace
|
||||||
; Default: true
|
; Default: true
|
||||||
@@ -1008,15 +1022,16 @@ fuzzy-match = true
|
|||||||
|
|
||||||
# Find fonts here
|
# Find fonts here
|
||||||
# https://www.nerdfonts.com/cheat-sheet
|
# https://www.nerdfonts.com/cheat-sheet
|
||||||
ws-icon-0 = PHP;
|
ws-icon-0 = PHP;
|
||||||
ws-icon-1 = Python;
|
ws-icon-1 = Python;
|
||||||
ws-icon-2 = Uvicore;
|
ws-icon-2 = AWS;
|
||||||
ws-icon-3 = ?;
|
ws-icon-3 = Video;
|
||||||
ws-icon-4 = AWS;
|
ws-icon-4 = 5;
|
||||||
ws-icon-5 = Kdenlive;
|
ws-icon-5 = 6;
|
||||||
ws-icon-6 = ?;
|
ws-icon-6 = 7;
|
||||||
ws-icon-7 = ?;
|
ws-icon-7 = Ansible;
|
||||||
ws-icon-8 = WinVM;
|
#ws-icon-8 = VM;
|
||||||
|
ws-icon-8 = VM;
|
||||||
ws-icon-9 = Mine;
|
ws-icon-9 = Mine;
|
||||||
|
|
||||||
ws-icon-10 = Email;
|
ws-icon-10 = Email;
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ content = "%{T3}%{T-}"
|
|||||||
content-foreground = ${color.cyan}
|
content-foreground = ${color.cyan}
|
||||||
content-background = ${color.bg}
|
content-background = ${color.bg}
|
||||||
content-padding = 2
|
content-padding = 2
|
||||||
click-left = nemo &
|
click-left = pcmanfm-qt &
|
||||||
|
|
||||||
[module/settings]
|
[module/settings]
|
||||||
type = custom/text
|
type = custom/text
|
||||||
@@ -59,7 +59,7 @@ type = custom/text
|
|||||||
content = "%{T3}%{T-}"
|
content = "%{T3}%{T-}"
|
||||||
content-foreground = ${color.fg-alt}
|
content-foreground = ${color.fg-alt}
|
||||||
content-padding = 2
|
content-padding = 2
|
||||||
click-left = xfce4-settings-manager &
|
click-left = lxqt-config &
|
||||||
|
|
||||||
[module/htop]
|
[module/htop]
|
||||||
type = custom/text
|
type = custom/text
|
||||||
@@ -83,7 +83,7 @@ content = "%{T3}%{T-}"
|
|||||||
content-foreground = ${color.green}
|
content-foreground = ${color.green}
|
||||||
content-background = ${color.bg}
|
content-background = ${color.bg}
|
||||||
content-padding = 2
|
content-padding = 2
|
||||||
click-left = xfce4-taskmanager &
|
click-left = qps &
|
||||||
|
|
||||||
[module/editor]
|
[module/editor]
|
||||||
type = custom/text
|
type = custom/text
|
||||||
@@ -142,8 +142,8 @@ click-left = spotify &
|
|||||||
; content-foreground = ${color.green}
|
; content-foreground = ${color.green}
|
||||||
; content-background = ${color.bg}
|
; content-background = ${color.bg}
|
||||||
; content-padding = 2
|
; content-padding = 2
|
||||||
; click-left = /home/mreschke/Code/mreschke/polybar/qpanels/scripts/launcher.sh --deepin
|
; click-left = /home/mreschke/Code/mreschke/polybar/ac-adaptive/scripts/launcher.sh --{}
|
||||||
; click-right = /home/mreschke/Code/mreschke/polybar/qpanels/scripts/launcher.sh --deepin
|
; click-right = /home/mreschke/Code/mreschke/polybar/ac-adaptive/scripts/launcher.sh --{}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -555,8 +555,8 @@ click-right = nm-connection-editor &
|
|||||||
;; content-background = ${color.bg-alt}
|
;; content-background = ${color.bg-alt}
|
||||||
;content-foreground = ${color.fg}
|
;content-foreground = ${color.fg}
|
||||||
;content-padding = 1
|
;content-padding = 1
|
||||||
;click-left = /home/mreschke/Code/mreschke/polybar/qpanels/scripts/powermenu.sh --deepin
|
;click-left = /home/mreschke/Code/mreschke/polybar/ac-adaptive/scripts/powermenu.sh --{}
|
||||||
;click-right = /home/mreschke/Code/mreschke/polybar/qpanels/scripts/powermenu.sh --deepin
|
;click-right = /home/mreschke/Code/mreschke/polybar/ac-adaptive/scripts/powermenu.sh --{}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -603,8 +603,8 @@ content-padding = 0
|
|||||||
; ;content = "%{T3}%{T-} "
|
; ;content = "%{T3}%{T-} "
|
||||||
; content-padding = 1
|
; content-padding = 1
|
||||||
; content-foreground = ${color.grey}
|
; content-foreground = ${color.grey}
|
||||||
; click-left = /home/mreschke/Code/mreschke/polybar/qpanels/sripts/style-switch.sh --deepin
|
; click-left = /home/mreschke/Code/mreschke/polybar/ac-adaptive/sripts/style-switch.sh --{}
|
||||||
; click-right = /home/mreschke/Code/mreschke/polybar/qpanels/sripts/style-switch.sh --deepin
|
; click-right = /home/mreschke/Code/mreschke/polybar/ac-adaptive/sripts/style-switch.sh --{}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user