Re-order modules and update colors
This commit is contained in:
30
README.org
30
README.org
@@ -531,23 +531,23 @@ killall waybar
|
|||||||
"modules-left": [
|
"modules-left": [
|
||||||
"custom/power-menu",
|
"custom/power-menu",
|
||||||
"dwl/tags",
|
"dwl/tags",
|
||||||
"tray",
|
|
||||||
],
|
|
||||||
"modules-center": [
|
|
||||||
"group/dunst",
|
|
||||||
"pulseaudio",
|
|
||||||
"group/media-playing",
|
"group/media-playing",
|
||||||
],
|
],
|
||||||
|
"modules-center": [
|
||||||
|
"tray",
|
||||||
|
],
|
||||||
"modules-right": [
|
"modules-right": [
|
||||||
|
"pulseaudio",
|
||||||
"custom/system76-power",
|
"custom/system76-power",
|
||||||
"cpu",
|
"cpu",
|
||||||
"memory",
|
"memory",
|
||||||
"disk",
|
"disk",
|
||||||
"battery",
|
"battery",
|
||||||
"clock",
|
"clock",
|
||||||
|
"group/dunst",
|
||||||
],
|
],
|
||||||
"group/media-playing": {
|
"group/media-playing": {
|
||||||
"orientation": "horizontal",
|
"orientation": "inherit",
|
||||||
"modules": [
|
"modules": [
|
||||||
"custom/media-playing-change",
|
"custom/media-playing-change",
|
||||||
"custom/media-playing-prev",
|
"custom/media-playing-prev",
|
||||||
@@ -556,7 +556,7 @@ killall waybar
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
"group/dunst": {
|
"group/dunst": {
|
||||||
"orientation": "horizontal",
|
"orientation": "inherit",
|
||||||
"modules": [
|
"modules": [
|
||||||
"custom/dunst-status",
|
"custom/dunst-status",
|
||||||
"custom/dunst-history-view",
|
"custom/dunst-history-view",
|
||||||
@@ -607,7 +607,7 @@ window#waybar {
|
|||||||
|
|
||||||
#+BEGIN_SRC css :tangle waybar/style.css
|
#+BEGIN_SRC css :tangle waybar/style.css
|
||||||
#battery {
|
#battery {
|
||||||
background: #50fa7b;
|
background: #ff79c6;
|
||||||
color: #282a36;
|
color: #282a36;
|
||||||
}
|
}
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
@@ -629,7 +629,7 @@ window#waybar {
|
|||||||
|
|
||||||
#+BEGIN_SRC css :tangle waybar/style.css
|
#+BEGIN_SRC css :tangle waybar/style.css
|
||||||
#cpu {
|
#cpu {
|
||||||
background: #ff79c6;
|
background: #ffb86c;
|
||||||
color: #282a36;
|
color: #282a36;
|
||||||
}
|
}
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
@@ -855,19 +855,19 @@ fi
|
|||||||
|
|
||||||
#+BEGIN_SRC css :tangle waybar/style.css
|
#+BEGIN_SRC css :tangle waybar/style.css
|
||||||
#custom-media-playing-change {
|
#custom-media-playing-change {
|
||||||
background: #f1fa8c;
|
background: #50fa7b;
|
||||||
color: #282a36;
|
color: #282a36;
|
||||||
}
|
}
|
||||||
#custom-media-playing-prev {
|
#custom-media-playing-prev {
|
||||||
background: #f1fa8c;
|
background: #50fa7b;
|
||||||
color: #282a36;
|
color: #282a36;
|
||||||
}
|
}
|
||||||
#custom-media-playing-play-pause {
|
#custom-media-playing-play-pause {
|
||||||
background: #f1fa8c;
|
background: #50fa7b;
|
||||||
color: #282a36;
|
color: #282a36;
|
||||||
}
|
}
|
||||||
#custom-media-playing-next {
|
#custom-media-playing-next {
|
||||||
background: #f1fa8c;
|
background: #50fa7b;
|
||||||
color: #282a36;
|
color: #282a36;
|
||||||
}
|
}
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
@@ -1017,7 +1017,7 @@ echo '{"text":"'$mediaSourceIcon'","tooltip":"\t'$title'\r\t'$artist'\r
|
|||||||
|
|
||||||
#+BEGIN_SRC css :tangle waybar/style.css
|
#+BEGIN_SRC css :tangle waybar/style.css
|
||||||
#pulseaudio {
|
#pulseaudio {
|
||||||
background: #8be9fd;
|
background: #ff5555;
|
||||||
color: #282a36;
|
color: #282a36;
|
||||||
}
|
}
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
@@ -1040,7 +1040,7 @@ echo '{"text":"'$mediaSourceIcon'","tooltip":"\t'$title'\r\t'$artist'\r
|
|||||||
|
|
||||||
#+BEGIN_SRC css :tangle waybar/style.css
|
#+BEGIN_SRC css :tangle waybar/style.css
|
||||||
#custom-system76-power {
|
#custom-system76-power {
|
||||||
background: #ffb86c;
|
background: #50fa7b;
|
||||||
color: #282a36;
|
color: #282a36;
|
||||||
}
|
}
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
@@ -15,23 +15,23 @@
|
|||||||
"modules-left": [
|
"modules-left": [
|
||||||
"custom/power-menu",
|
"custom/power-menu",
|
||||||
"dwl/tags",
|
"dwl/tags",
|
||||||
"tray",
|
|
||||||
],
|
|
||||||
"modules-center": [
|
|
||||||
"group/dunst",
|
|
||||||
"pulseaudio",
|
|
||||||
"group/media-playing",
|
"group/media-playing",
|
||||||
],
|
],
|
||||||
|
"modules-center": [
|
||||||
|
"tray",
|
||||||
|
],
|
||||||
"modules-right": [
|
"modules-right": [
|
||||||
|
"pulseaudio",
|
||||||
"custom/system76-power",
|
"custom/system76-power",
|
||||||
"cpu",
|
"cpu",
|
||||||
"memory",
|
"memory",
|
||||||
"disk",
|
"disk",
|
||||||
"battery",
|
"battery",
|
||||||
"clock",
|
"clock",
|
||||||
|
"group/dunst",
|
||||||
],
|
],
|
||||||
"group/media-playing": {
|
"group/media-playing": {
|
||||||
"orientation": "horizontal",
|
"orientation": "inherit",
|
||||||
"modules": [
|
"modules": [
|
||||||
"custom/media-playing-change",
|
"custom/media-playing-change",
|
||||||
"custom/media-playing-prev",
|
"custom/media-playing-prev",
|
||||||
@@ -40,7 +40,7 @@
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
"group/dunst": {
|
"group/dunst": {
|
||||||
"orientation": "horizontal",
|
"orientation": "inherit",
|
||||||
"modules": [
|
"modules": [
|
||||||
"custom/dunst-status",
|
"custom/dunst-status",
|
||||||
"custom/dunst-history-view",
|
"custom/dunst-history-view",
|
||||||
|
@@ -11,12 +11,12 @@ window#waybar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#battery {
|
#battery {
|
||||||
background: #50fa7b;
|
background: #ff79c6;
|
||||||
color: #282a36;
|
color: #282a36;
|
||||||
}
|
}
|
||||||
|
|
||||||
#cpu {
|
#cpu {
|
||||||
background: #ff79c6;
|
background: #ffb86c;
|
||||||
color: #282a36;
|
color: #282a36;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -70,19 +70,19 @@ window#waybar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#custom-media-playing-change {
|
#custom-media-playing-change {
|
||||||
background: #f1fa8c;
|
background: #50fa7b;
|
||||||
color: #282a36;
|
color: #282a36;
|
||||||
}
|
}
|
||||||
#custom-media-playing-prev {
|
#custom-media-playing-prev {
|
||||||
background: #f1fa8c;
|
background: #50fa7b;
|
||||||
color: #282a36;
|
color: #282a36;
|
||||||
}
|
}
|
||||||
#custom-media-playing-play-pause {
|
#custom-media-playing-play-pause {
|
||||||
background: #f1fa8c;
|
background: #50fa7b;
|
||||||
color: #282a36;
|
color: #282a36;
|
||||||
}
|
}
|
||||||
#custom-media-playing-next {
|
#custom-media-playing-next {
|
||||||
background: #f1fa8c;
|
background: #50fa7b;
|
||||||
color: #282a36;
|
color: #282a36;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -92,12 +92,12 @@ window#waybar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#pulseaudio {
|
#pulseaudio {
|
||||||
background: #8be9fd;
|
background: #ff5555;
|
||||||
color: #282a36;
|
color: #282a36;
|
||||||
}
|
}
|
||||||
|
|
||||||
#custom-system76-power {
|
#custom-system76-power {
|
||||||
background: #ffb86c;
|
background: #50fa7b;
|
||||||
color: #282a36;
|
color: #282a36;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user