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 💫 ---- */ /* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Catppuccin Latte */ /* Catppuccin Mocha */
* { * {
font-family: "JetBrainsMono Nerd Font"; font-family: "JetBrainsMono Nerd Font";

2
config/waybar/style/Chroma Tally.css

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

2
config/waybar/style/Purpl.css

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

2
config/waybar/style/Rainbow Spectrum.css

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

10
config/waybar/style/Translucent Chromatic.css

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

Loading…
Cancel
Save