Browse Source

naming waybar style fixed

pull/42/head
JaKooLit 2 years ago
parent
commit
fa0d662131
  1. 2
      config/waybar/style/Catppuccin-Mocha.css
  2. 2
      config/waybar/style/Chroma Tally.css
  3. 2
      config/waybar/style/Purpl.css
  4. 2
      config/waybar/style/Rainbow Spectrum.css
  5. 10
      config/waybar/style/Translucent Chromatic.css

2
config/waybar/style/Catppuccin-Mocha.css

@ -1,5 +1,5 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Catppuccin Latte */
/* Catppuccin Mocha */
* {
font-family: "JetBrainsMono Nerd Font";

2
config/waybar/style/Chroma Tally.css

@ -1,5 +1,5 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Colored Line */
/* Chroma Tally */
@import '../../.cache/wal/colors-waybar.css';

2
config/waybar/style/Purpl.css

@ -1,6 +1,6 @@
/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
/* .........................................*/
/* .............Purple..................... */
/* .............Purpl..................... */
/* ...................,.................... */
/* --- 👍 designed by https://github.com/Krautt 👍 --- */

2
config/waybar/style/Rainbow Spectrum.css

@ -1,5 +1,5 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Colorful */
/* Rainbow Spectrum */
* {
font-family: "JetBrainsMono Nerd Font";

10
config/waybar/style/Translucent Chromatic.css

@ -13,22 +13,20 @@
@define-color accent6 #0db9d7;
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* colored */
/* Translucent Chromatic */
* {
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: 95%;
font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"';
padding: 1px;
}
window#waybar {
background-color: rgba(0,0,0,0.2);
/*background-color: @bgcolor;*/
/* border-bottom: 0px solid rgba(100, 114, 125, 0.5); */
color: #ffffff;
transition-property: background-color;
transition-duration: .5s;
@ -156,8 +154,8 @@ tooltip label{
#custom-weather.sunnyDay {
padding-top: 3px;
padding-bottom: 3px;
padding: 0px 10px;
background-color:transparent;
padding-left: 4px;
padding-right: 4px;
}
#window,

Loading…
Cancel
Save