Transfer
This commit is contained in:
parent
346f521e0d
commit
948a031bfa
3 changed files with 12 additions and 5 deletions
|
@ -105,7 +105,7 @@ format-volume-prefix-foreground = ${colors.primary}
|
||||||
format-volume = <label-volume>
|
format-volume = <label-volume>
|
||||||
label-volume = %percentage%%
|
label-volume = %percentage%%
|
||||||
label-muted = "muted"
|
label-muted = "muted"
|
||||||
|
click-right = exec pavucontrol
|
||||||
label-muted-foreground = ${colors.disabled}
|
label-muted-foreground = ${colors.disabled}
|
||||||
label-padding = 1
|
label-padding = 1
|
||||||
format-volume-underline = #00aae0
|
format-volume-underline = #00aae0
|
||||||
|
@ -253,4 +253,4 @@ format-foreground = ${colors.primary}
|
||||||
format-underline = ${colors.primary}
|
format-underline = ${colors.primary}
|
||||||
[settings]
|
[settings]
|
||||||
screenchange-reload = true
|
screenchange-reload = true
|
||||||
pseudo-transparency = true
|
pseudo-transparency = false
|
||||||
|
|
|
@ -14,7 +14,7 @@ show-icons: true;
|
||||||
/* run-shell-command: "{terminal} -e {cmd}";*/
|
/* run-shell-command: "{terminal} -e {cmd}";*/
|
||||||
/* window-command: "wmctrl -i -R {window}";*/
|
/* window-command: "wmctrl -i -R {window}";*/
|
||||||
/* window-match-fields: "all";*/
|
/* window-match-fields: "all";*/
|
||||||
/* icon-theme: ;*/
|
icon-theme: "Breeze" ;
|
||||||
/* drun-match-fields: "name,generic,exec,categories,keywords";*/
|
/* drun-match-fields: "name,generic,exec,categories,keywords";*/
|
||||||
/* drun-categories: ;*/
|
/* drun-categories: ;*/
|
||||||
/* drun-show-actions: false;*/
|
/* drun-show-actions: false;*/
|
||||||
|
@ -25,7 +25,7 @@ show-icons: true;
|
||||||
/* sort: false;*/
|
/* sort: false;*/
|
||||||
/* sorting-method: "normal";*/
|
/* sorting-method: "normal";*/
|
||||||
/* case-sensitive: false;*/
|
/* case-sensitive: false;*/
|
||||||
/* cycle: true;*/
|
cycle: true;
|
||||||
/* sidebar-mode: false;*/
|
/* sidebar-mode: false;*/
|
||||||
/* hover-select: false;*/
|
/* hover-select: false;*/
|
||||||
/* eh: 1;*/
|
/* eh: 1;*/
|
||||||
|
@ -47,7 +47,7 @@ show-icons: true;
|
||||||
/* combi-display-format: "{mode} {text}";*/
|
/* combi-display-format: "{mode} {text}";*/
|
||||||
/* matching-negate-char: '-' /* unsupported */;*/
|
/* matching-negate-char: '-' /* unsupported */;*/
|
||||||
/* cache-dir: ;*/
|
/* cache-dir: ;*/
|
||||||
/* window-thumbnail: false;*/
|
window-thumbnail: true;
|
||||||
/* drun-use-desktop-cache: false;*/
|
/* drun-use-desktop-cache: false;*/
|
||||||
/* drun-reload-desktop-cache: false;*/
|
/* drun-reload-desktop-cache: false;*/
|
||||||
/* normalize-match: false;*/
|
/* normalize-match: false;*/
|
||||||
|
|
7
spotifyd/spotifyd.conf
Normal file
7
spotifyd/spotifyd.conf
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
username = "tactonbishop"
|
||||||
|
password = "7HQcmXADwE9QQD7"
|
||||||
|
backend = "pulseaudio"
|
||||||
|
device_name = "spotifyd_arch"
|
||||||
|
device_type = "computer"
|
||||||
|
bitrate = 320
|
||||||
|
|
Loading…
Add table
Reference in a new issue