Browse Source

Waybar rename for easy addition

pull/23/head
JaKooLit 2 years ago
parent
commit
aca8e5dfe8
  1. 11
      config/hypr/scripts/WaybarLayout.sh
  2. 6
      config/hypr/scripts/WaybarStyles.sh
  3. 0
      config/waybar/configs/Bottom(plasma)
  4. 0
      config/waybar/configs/Bottom-Left
  5. 0
      config/waybar/configs/Bottom-Right
  6. 8
      config/waybar/configs/Camellia
  7. 7
      config/waybar/configs/Chrysanthemum
  8. 7
      config/waybar/configs/Gardenia
  9. 0
      config/waybar/configs/Left
  10. 7
      config/waybar/configs/Peony
  11. 0
      config/waybar/configs/Right
  12. 0
      config/waybar/configs/Top(gnome)
  13. 3
      config/waybar/configs/Top-&-Bottom
  14. 0
      config/waybar/configs/Top-Left
  15. 0
      config/waybar/configs/Top-Right
  16. 0
      config/waybar/configs/all-sides
  17. 22
      config/waybar/configs/default
  18. 24
      config/waybar/configs/default-Bottom
  19. 0
      config/waybar/configs/simple-long
  20. 0
      config/waybar/configs/simple-short
  21. 0
      config/waybar/style/Black-&-White.css
  22. 0
      config/waybar/style/Catppuccin-Latte.css
  23. 0
      config/waybar/style/Catppuccin-Mocha.css
  24. 17
      config/waybar/style/Crimson.css
  25. 15
      config/waybar/style/Golden-Noir.css
  26. 8
      config/waybar/style/None.css
  27. 215
      config/waybar/style/Purple.css
  28. 19
      config/waybar/style/Simple-Pink.css
  29. 0
      config/waybar/style/colorful.css
  30. 0
      config/waybar/style/colors-border.css
  31. 0
      config/waybar/style/colors-line.css
  32. 0
      config/waybar/style/colors.css
  33. 0
      config/waybar/style/dark.css
  34. 0
      config/waybar/style/light.css
  35. 0
      config/waybar/style/pywal.css
  36. 216
      config/waybar/style/style-Purple.css

11
config/hypr/scripts/WaybarLayout.sh

@ -7,10 +7,6 @@ menu() {
cat <<EOF
default
default-Bottom
Peony
Chrysanthemum
Gardenia
Camellia
Top(gnome)
Bottom(plasma)
simple-long
@ -24,12 +20,15 @@ Bottom-Left
Bottom-Right
all-sides
no panel
Peony
Chrysanthemum
Gardenia
Camellia
EOF
}
apply_config() {
ln -sf "$CONFIG/config-$1" "$WCONFIG"
ln -sf "$CONFIG/$1" "$WCONFIG"
}
main() {

6
config/hypr/scripts/WaybarStyles.sh

@ -17,8 +17,8 @@ STYLES=(
"colors-border"
"colors-line"
"colorful"
"catppuccin-mocha"
"catppuccin-latte"
"Catppuccin-Mocha"
"Catppuccin-Latte"
"None"
)
@ -40,7 +40,7 @@ else
fi
# APPLY THEME
THEMEFILE="$HOME/.config/waybar/style/style-${SWITCHTO}.css"
THEMEFILE="$HOME/.config/waybar/style/${SWITCHTO}.css"
if [ -f "$THEMEFILE" ]; then
ln -sf "$THEMEFILE" "$HOME/.config/waybar/style.css"
else

0
config/waybar/configs/config-Bottom(plasma) → config/waybar/configs/Bottom(plasma)

0
config/waybar/configs/config-Bottom-Left → config/waybar/configs/Bottom-Left

0
config/waybar/configs/config-Bottom-Right → config/waybar/configs/Bottom-Right

8
config/waybar/configs/config-Camellia → config/waybar/configs/Camellia

@ -1,11 +1,11 @@
//* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
//* .............................................................................*/
//* ...................... CAMELLIA .................... */
//* ............................................................................ */
//* ............................................*/
//* .............CAMELLIA.......................*/
//* ............................................*/
//* --- 👍 designed by https://github.com/Krautt 👍 --- */
{
"include": "~/.config/waybar/modules",
"layer": "top",
//"mode": "dock",

7
config/waybar/configs/config-Chrysanthemum → config/waybar/configs/Chrysanthemum

@ -1,10 +1,11 @@
//* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
//* .............................................................................*/
//* ...................... CHRYSANTEMUM .................... */
//* ............................................................................ */
//* ............................................*/
//* .............CHRYSANTHEMUM.......................*/
//* ............................................*/
//* --- 👍 designed by https://github.com/Krautt 👍 --- */
{
"include": "~/.config/waybar/modules",
"layer": "top",

7
config/waybar/configs/config-Gardenia → config/waybar/configs/Gardenia

@ -1,11 +1,12 @@
//* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
//* .............................................................................*/
//* ...................... GARDENIA .................... */
//* ............................................................................ */
//* ............................................*/
//* .............GARDENIA.......................*/
//* ............................................*/
//* --- 👍 designed by https://github.com/Krautt 👍 --- */
{
"include": "~/.config/waybar/modules",
"layer": "top",
//"mode": "dock",

0
config/waybar/configs/config-Left → config/waybar/configs/Left

7
config/waybar/configs/config-Peony → config/waybar/configs/Peony

@ -1,10 +1,11 @@
//* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
//* .............................................................................*/
//* ............ .......... PEONY ........... ......... */
//* ............................................................................ */
//* ............................................*/
//* ................PEONY.......................*/
//* ............................................*/
//* --- 👍 designed by https://github.com/Krautt 👍 --- */
{
"include": "~/.config/waybar/modules",
"layer": "top",
//"mode": "dock",

0
config/waybar/configs/config-Right → config/waybar/configs/Right

0
config/waybar/configs/config-Top(gnome) → config/waybar/configs/Top(gnome)

3
config/waybar/configs/config-Top-&-Bottom → config/waybar/configs/Top-&-Bottom

@ -17,7 +17,6 @@
"margin-right": 8,
"modules-left": [
"hyprland/workspaces#2",
"cpu",
"temperature",
"memory",
@ -62,7 +61,7 @@
],
"modules-center": [
"cava",
"hyprland/workspaces#2",
],
"modules-right": [

0
config/waybar/configs/config-Top-Left → config/waybar/configs/Top-Left

0
config/waybar/configs/config-Top-Right → config/waybar/configs/Top-Right

0
config/waybar/configs/config-all-sides → config/waybar/configs/all-sides

22
config/waybar/configs/config-default → config/waybar/configs/default

@ -26,7 +26,7 @@
"custom/separator#dot-line",
"custom/weather",
],
"modules-center": [
"custom/menu",
"custom/separator#dot-line",
@ -37,24 +37,24 @@
"custom/light_dark",
"custom/separator#dot-line",
"custom/lock",
//],
"custom/separator#dot-line",
"custom/keybinds",
],
],
//"custom/separator#dot-line",
//"custom/keybinds",
//],
"modules-right": [
//"hyprland/window",
"tray",
"custom/separator#dot-line",
"bluetooth",
"custom/separator#dot-line",
//"bluetooth",
//"custom/separator#dot-line",
//"network",
//"custom/separator#dot-line",
//"cava",
"battery",
"custom/separator#dot-line",
"backlight",
"custom/separator#dot-line",
//"battery",
//"custom/separator#dot-line",
//"backlight",
//"custom/separator#dot-line",
"pulseaudio",
"custom/separator#dot-line",
//"wireplumber",

24
config/waybar/configs/config-default-Bottom → config/waybar/configs/default-Bottom

@ -37,24 +37,24 @@
"custom/light_dark",
"custom/separator#dot-line",
"custom/lock",
//],
"custom/separator#dot-line",
"custom/keybinds",
],
],
//"custom/separator#dot-line",
//"custom/keybinds",
//],
"modules-right": [
//"hyprland/window",
"tray",
"custom/separator#dot-line",
"bluetooth",
"custom/separator#dot-line",
"network",
"custom/separator#dot-line",
//"bluetooth",
//"custom/separator#dot-line",
//"network",
//"custom/separator#dot-line",
//"cava",
"battery",
"custom/separator#dot-line",
"backlight",
"custom/separator#dot-line",
//"battery",
//"custom/separator#dot-line",
//"backlight",
//"custom/separator#dot-line",
"pulseaudio",
"custom/separator#dot-line",
//"wireplumber",

0
config/waybar/configs/config-simple-long → config/waybar/configs/simple-long

0
config/waybar/configs/config-simple-short → config/waybar/configs/simple-short

0
config/waybar/style/style-Black-&-White.css → config/waybar/style/Black-&-White.css

0
config/waybar/style/style-catppuccin-latte.css → config/waybar/style/Catppuccin-Latte.css

0
config/waybar/style/style-catppuccin-mocha.css → config/waybar/style/Catppuccin-Mocha.css

17
config/waybar/style/style-Crimson.css → config/waybar/style/Crimson.css

@ -1,7 +1,7 @@
/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
/* .............................................................................*/
/* ................. ..... Crimson ........................ */
/* ............................................................................ */
/* ....................................*/
/* ..........Crimson.................. */
/* ................................... */
/* --- 👍 designed by https://github.com/Krautt 👍 --- */
*{
@ -9,14 +9,14 @@
font-weight: bold;
min-height: 0;
/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */
font-size: 98%;
font-size: 100%;
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
}
window#waybar {
background: #240303;
color: wheat;
border-radius: 0px 0px 100px 100px;
border-radius: 00px 0px 100px 100px;
border: 1px solid grey;
}
@ -46,7 +46,8 @@
}
/*-----module groups----*/
.modules-right {
padding-right: 2px;
padding-right: 5px;
padding-left: 5px;
}
@ -57,7 +58,9 @@
}
.modules-left {
padding-left: 2px;
padding-right: 5px;
padding-left: 5px;
}

15
config/waybar/style/style-Golden-Noir.css → config/waybar/style/Golden-Noir.css

@ -1,15 +1,16 @@
/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
/* .............................................................................*/
/* ...................... Golden Noir ........................ */
/* ............................................................................ */
/* ...........................................*/
/* ...............Golden Noir................ */
/* .......................................... */
/* --- 👍 designed by https://github.com/Krautt 👍 --- */
*{
font-family: "JetBrainsMono Nerd Font";
font-weight: bold;
min-height: 0;
/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */
font-size: 98%;
font-size: 100%;
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
padding: 1px;
}
@ -47,7 +48,8 @@
}
/*-----module groups----*/
.modules-right {
padding-right: 2px;
padding-right: 5px;
padding-left: 5px;
}
@ -60,7 +62,8 @@
}
.modules-left {
padding-left: 2px;
padding-right: 5px;
padding-left: 5px;
}

8
config/waybar/style/Style-None.css → config/waybar/style/None.css

@ -1,7 +1,7 @@
/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
/* .............................................................................*/
/* ...................... None ........................ */
/* ............................................................................ */
/* ....................................*/
/* ..... None .........*/
/* ................................... */
/* --- 👍 designed by https://github.com/Krautt 👍 --- */
*{
@ -9,7 +9,7 @@
font-weight: bold;
min-height: 0;
/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */
font-size: 98%;
font-size: 100%;
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
padding: 1px;
}

215
config/waybar/style/Purple.css

@ -0,0 +1,215 @@
/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
/* .........................................*/
/* .............Purple..................... */
/* ...................,.................... */
/* --- 👍 designed by https://github.com/Krautt 👍 --- */
*{
font-family: "JetBrains Mono Nerd Font";
font-weight: bold;
min-height: 0;
/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */
font-size: 100%;
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
padding: 1px;
}
window#waybar {
background: #100214;
border-radius: 10px;
color: #cba6f7;
}
window#waybar.hidden {
opacity: 0.5;
}
window#waybar.empty {
background-color: transparent;
background: #100214;
}
window#waybar.empty #window {
padding: 0px;
margin: 0px;
border: 0px;
/* background-color: rgba(66,66,66,0.5); */ /* transparent */
background-color: transparent;
}
tooltip {
background: #1e1e2e;
border-radius: 10px;
border-width: 2px;
border-style: solid;
border-color: #11111b;
color: #cba6f7;
}
/*-----module groups----*/
.modules-right {
border: 5px solid #20052a;
border-radius: 100px 0px 0px 0px;
background-color: #3d174b;
padding-right: 5px;
padding-left: 5px;
}
.modules-center {
/*background-color: #1e1e2e;*/
}
.modules-left {
/*background-color: #1e1e2e;*/
border: 5px solid #20052a;
border-radius: 0px 0px 100px 0px;
background-color: #441a53;
padding-right: 5px;
padding-left: 5px;
}
#workspaces button {
padding: 2px;
color: #6E6A86;
margin-right: 5px;
}
#workspaces button.active {
color: #cba6f7;
border-radius: 50%;
background-color: black;
}
#workspaces button.focused {
color: #d8dee9;
}
#workspaces button.urgent {
color: #11111b;
border-radius: 10px;
}
#workspaces button:hover {
color: #9CCFD8;
border-radius: 15px;
}
#backlight,
#battery,
#bluetooth,
#cava,
#clock,
#cpu,
#disk,
#idle_inhibitor,
#keyboard-state label,
#keyboard-state label.locked,
#keyboard-state,
#memory,
#mode,
#mpd,
#network,
#pulseaudio,
#taskbar button,
#taskbar,
#temperature,
#tray,
#window,
#wireplumber,
#workspaces,
#custom-cycle_wall,
#custom-keybinds,
#custom-light_dark,
#custom-lock,
#custom-menu,
#custom-power_vertical,
#custom-power,
#custom-spotify,
#custom-updater,
#custom-weather,
#custom-weather.clearNight,
#custom-weather.cloudyFoggyDay,
#custom-weather.cloudyFoggyNight,
#custom-weather.default
#custom-weather.rainyDay,
#custom-weather.rainyNight,
#custom-weather.severe,
#custom-weather.showyIcyDay,
#custom-weather.snowyIcyNight,
#custom-weather.sunnyDay {
color:whitesmoke;
padding: 0px 10px;
}
#temperature.critical {
background-color: #ff0000;
}
@keyframes blink {
to {
color: #000000;
}
}
#taskbar button.active {
background-color: purple;
}
#battery.critical:not(.charging) {
color: #f53c3c;
animation-name: blink;
animation-duration: 0.5s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
#pulseaudio-slider slider {
min-width: 0px;
min-height: 0px;
opacity: 0;
background-image: none;
border: none;
box-shadow: none;
}
#pulseaudio-slider trough {
min-width: 80px;
min-height: 5px;
border-radius: 5px;
background-color: #22252a;
}
#pulseaudio-slider highlight {
min-height: 10px;
border-radius: 5px;
background-color: purple;
}
#backlight-slider slider {
min-width: 0px;
min-height: 0px;
opacity: 0;
background-image: none;
border: none;
box-shadow: none;
}
#backlight-slider trough {
min-width: 80px;
min-height: 10px;
border-radius: 5px;
background-color: #22252a;
}
#backlight-slider highlight {
min-width: 10px;
border-radius: 5px;
background-color: purple;
}

19
config/waybar/style/style-Simple-Pink.css → config/waybar/style/Simple-Pink.css

@ -1,22 +1,21 @@
/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
/* .............................................................................*/
/* ...................... Simple Pink ........................ */
/* ............................................................................ */
/* ..........................................*/
/* .......Simple Pink....................... */
/* ......................................... */
/* --- 👍 designed by https://github.com/Krautt 👍 --- */
*{
font-family: "JetBrains Mono Nerd Font";
font-weight: bold;
min-height: 0;
/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */
font-size: 98%;
font-size: 100%;
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
}
window#waybar {
background: black;
background:black;
border-radius: 50px;
color: whitesmoke;
}
@ -50,9 +49,9 @@
border: 5px solid #19141b;
border-radius: 50px 50px 50px 50px;
background-color: #ba5663;
padding-right: 2px;
padding-left: 2px;
margin: 1px;
padding-right: 10px;
padding-left: 10px;
margin: 3px;
}
.modules-center {
@ -143,7 +142,7 @@
#custom-weather.snowyIcyNight,
#custom-weather.sunnyDay {
color:whitesmoke;
padding: 0px 6px;
padding: 0px 10px;
}

0
config/waybar/style/style-colorful.css → config/waybar/style/colorful.css

0
config/waybar/style/style-colors-border.css → config/waybar/style/colors-border.css

0
config/waybar/style/style-colors-line.css → config/waybar/style/colors-line.css

0
config/waybar/style/style-colors.css → config/waybar/style/colors.css

0
config/waybar/style/style-dark.css → config/waybar/style/dark.css

0
config/waybar/style/style-light.css → config/waybar/style/light.css

0
config/waybar/style/style-pywal.css → config/waybar/style/pywal.css

216
config/waybar/style/style-Purple.css

@ -1,216 +0,0 @@
/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
/* .............................................................................*/
/* ............................. Purple .............................. */
/* ............................................................................ */
/* --- 👍 designed by https://github.com/Krautt 👍 --- */
*{
font-family: "JetBrains Mono Nerd Font";
font-weight: bold;
min-height: 0;
/* set font-size to 100% if font scaling is set to 1.00 using nwg-look */
font-size: 98%;
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
padding: 1px;
}
window#waybar {
background: #100214;
border-radius: 1px;
color: #cba6f7;
}
window#waybar.hidden {
opacity: 0.5;
}
window#waybar.empty {
background-color: transparent;
background: #100214;
}
window#waybar.empty #window {
padding: 0px;
margin: 0px;
border: 0px;
/* background-color: rgba(66,66,66,0.5); */ /* transparent */
background-color: transparent;
}
tooltip {
background: #1e1e2e;
border-radius: 10px;
border-width: 2px;
border-style: solid;
border-color: #11111b;
color: #cba6f7;
}
/*-----module groups----*/
.modules-right {
border: 5px solid #20052a;
border-radius: 5px 0px 0px 5px;
background-color: #3d174b;
padding-right: 2px;
padding-left: 2px;
}
.modules-center {
/*background-color: #1e1e2e;*/
}
.modules-left {
/*background-color: #1e1e2e;*/
border: 5px solid #20052a;
border-radius: 0px 0px 100px 0px;
background-color: #441a53;
padding-right: 2px;
padding-left: 2px;
}
#workspaces button {
padding: 2px;
color: #6E6A86;
margin-right: 5px;
}
#workspaces button.active {
color: #cba6f7;
border-radius: 50%;
background-color: black;
}
#workspaces button.focused {
color: #d8dee9;
}
#workspaces button.urgent {
color: #11111b;
border-radius: 10px;
}
#workspaces button:hover {
color: #9CCFD8;
border-radius: 15px;
}
#backlight,
#battery,
#bluetooth,
#cava,
#clock,
#cpu,
#disk,
#idle_inhibitor,
#keyboard-state label,
#keyboard-state label.locked,
#keyboard-state,
#memory,
#mode,
#mpd,
#network,
#pulseaudio,
#taskbar button,
#taskbar,
#temperature,
#tray,
#window,
#wireplumber,
#workspaces,
#custom-cycle_wall,
#custom-keybinds,
#custom-light_dark,
#custom-lock,
#custom-menu,
#custom-power_vertical,
#custom-power,
#custom-spotify,
#custom-updater,
#custom-weather,
#custom-weather.clearNight,
#custom-weather.cloudyFoggyDay,
#custom-weather.cloudyFoggyNight,
#custom-weather.default
#custom-weather.rainyDay,
#custom-weather.rainyNight,
#custom-weather.severe,
#custom-weather.showyIcyDay,
#custom-weather.snowyIcyNight,
#custom-weather.sunnyDay {
color:whitesmoke;
padding: 0px 10px;
}
#temperature.critical {
background-color: #ff0000;
}
@keyframes blink {
to {
color: #000000;
}
}
#taskbar button.active {
background-color: purple;
}
#battery.critical:not(.charging) {
color: #f53c3c;
animation-name: blink;
animation-duration: 0.5s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
#pulseaudio-slider slider {
min-width: 0px;
min-height: 0px;
opacity: 0;
background-image: none;
border: none;
box-shadow: none;
}
#pulseaudio-slider trough {
min-width: 80px;
min-height: 5px;
border-radius: 5px;
background-color: #22252a;
}
#pulseaudio-slider highlight {
min-height: 10px;
border-radius: 5px;
background-color: purple;
}
#backlight-slider slider {
min-width: 0px;
min-height: 0px;
opacity: 0;
background-image: none;
border: none;
box-shadow: none;
}
#backlight-slider trough {
min-width: 80px;
min-height: 10px;
border-radius: 5px;
background-color: #22252a;
}
#backlight-slider highlight {
min-width: 10px;
border-radius: 5px;
background-color: purple;
}
Loading…
Cancel
Save