aboutsummaryrefslogtreecommitdiffstats
path: root/config/waybar
diff options
context:
space:
mode:
authorJa.KooLit <85185940+JaKooLit@users.noreply.github.com>2024-10-03 23:30:04 +0900
committerGitHub <noreply@github.com>2024-10-03 23:30:04 +0900
commit14652e5d6b778f20b2030549c5218cd9656b8cc2 (patch)
treed489129453f5c9ad446c885f3e147d67c90df9a3 /config/waybar
parent6c3a4faac8eb0acf4f9020535397a29e722aff5b (diff)
parentc612535e921d5b38c84b043250d1dc830a4dacb1 (diff)
Merge branch 'main' into development
Diffstat (limited to 'config/waybar')
-rw-r--r--config/waybar/Modules6
-rw-r--r--config/waybar/style/[Colored] Translucent.css6
-rw-r--r--config/waybar/style/[Dark] Golden Noir.css2
-rw-r--r--config/waybar/style/[Dark] Half-Moon.css1
-rw-r--r--config/waybar/style/[Dark] Purpl.css2
-rw-r--r--config/waybar/style/[Extra] Crimson.css2
-rw-r--r--config/waybar/style/[Extra] EverForest.css1
-rw-r--r--config/waybar/style/[Extra] Mauve.css2
-rw-r--r--config/waybar/style/[Extra] Simple Pink.css2
-rw-r--r--config/waybar/style/[Transparent] Crystal Clear.css2
-rw-r--r--config/waybar/style/[Wallust Transparent] Crystal Clear.css2
11 files changed, 5 insertions, 23 deletions
diff --git a/config/waybar/Modules b/config/waybar/Modules
index 647530c8..b86f6540 100644
--- a/config/waybar/Modules
+++ b/config/waybar/Modules
@@ -1,11 +1,9 @@
//* ---- 💫 https://github.com/JaKooLit 💫 ---- *//
/* Waybar Modules */
-{
-/* NOTE: hyprland-workspaces and Custom Modules on a separate files */
-/* Weather Temperature Modules as this is most like to change always. */
-// Result is of course easier to edit
+/* NOTE: hyprland-workspaces, Custom Modules & Groups on a separate files */
+{
"temperature": {
"interval": 10,
"tooltip": true,
diff --git a/config/waybar/style/[Colored] Translucent.css b/config/waybar/style/[Colored] Translucent.css
index f465ef33..3cbaa8f4 100644
--- a/config/waybar/style/[Colored] Translucent.css
+++ b/config/waybar/style/[Colored] Translucent.css
@@ -1,3 +1,6 @@
+/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
+/* Translucent */
+
@define-color critical #ff0000; /* critical color */
@define-color warning #f3f809; /* warning color */
@define-color fgcolor #ffffff; /* foreground color */
@@ -12,9 +15,6 @@
@define-color accent5 #7da6ff;
@define-color accent6 #0db9d7;
-/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
-/* Translucent */
-
* {
font-family: "JetBrainsMono Nerd Font";
font-weight: bold;
diff --git a/config/waybar/style/[Dark] Golden Noir.css b/config/waybar/style/[Dark] Golden Noir.css
index ce380d2b..7baa7418 100644
--- a/config/waybar/style/[Dark] Golden Noir.css
+++ b/config/waybar/style/[Dark] Golden Noir.css
@@ -1,7 +1,5 @@
/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
-/* ...........................................*/
/* ...............Golden Noir................ */
-/* .......................................... */
/* --- 👍 designed by https://github.com/Krautt 👍 --- */
* {
diff --git a/config/waybar/style/[Dark] Half-Moon.css b/config/waybar/style/[Dark] Half-Moon.css
index df12c8d0..9db07fa0 100644
--- a/config/waybar/style/[Dark] Half-Moon.css
+++ b/config/waybar/style/[Dark] Half-Moon.css
@@ -1,5 +1,4 @@
/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
-/* ....................................*/
/* ..........Half Moon.................. */
/* NOTE: This is only for some waybar configs */
/* --- 👍 shared by https://github.com/TomekBobrowicz 👍 --- */
diff --git a/config/waybar/style/[Dark] Purpl.css b/config/waybar/style/[Dark] Purpl.css
index d623b8e0..47c1328f 100644
--- a/config/waybar/style/[Dark] Purpl.css
+++ b/config/waybar/style/[Dark] Purpl.css
@@ -1,7 +1,5 @@
/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
-/* .........................................*/
/* .............Purpl..................... */
-/* ...................,.................... */
/* --- 👍 designed by https://github.com/Krautt 👍 --- */
* {
diff --git a/config/waybar/style/[Extra] Crimson.css b/config/waybar/style/[Extra] Crimson.css
index c588acc5..86a17f71 100644
--- a/config/waybar/style/[Extra] Crimson.css
+++ b/config/waybar/style/[Extra] Crimson.css
@@ -1,7 +1,5 @@
/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
-/* ....................................*/
/* ..........Crimson.................. */
-/* ................................... */
/* --- 👍 designed by https://github.com/Krautt 👍 --- */
*{
diff --git a/config/waybar/style/[Extra] EverForest.css b/config/waybar/style/[Extra] EverForest.css
index 817b78ac..9e64cd40 100644
--- a/config/waybar/style/[Extra] EverForest.css
+++ b/config/waybar/style/[Extra] EverForest.css
@@ -1,6 +1,5 @@
/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
/* --- Designed by https://github.com/DevNChill --- */
-
/* Extra - EverForest*/
@define-color bg_dim #232A2E;
diff --git a/config/waybar/style/[Extra] Mauve.css b/config/waybar/style/[Extra] Mauve.css
index 72f5374c..c50e6a2d 100644
--- a/config/waybar/style/[Extra] Mauve.css
+++ b/config/waybar/style/[Extra] Mauve.css
@@ -1,7 +1,5 @@
/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
-/* ..........................................*/
/* .......Mauve....................... */
-/* ......................................... */
/* --- 👍 designed by https://github.com/CelestiaKai 👍 --- */
* {
diff --git a/config/waybar/style/[Extra] Simple Pink.css b/config/waybar/style/[Extra] Simple Pink.css
index c2f522b0..6dfad5b7 100644
--- a/config/waybar/style/[Extra] Simple Pink.css
+++ b/config/waybar/style/[Extra] Simple Pink.css
@@ -1,7 +1,5 @@
/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
-/* ..........................................*/
/* .......Simple Pink....................... */
-/* ......................................... */
/* --- 👍 designed by https://github.com/Krautt 👍 --- */
* {
diff --git a/config/waybar/style/[Transparent] Crystal Clear.css b/config/waybar/style/[Transparent] Crystal Clear.css
index 3d52a7fd..e8dbbf96 100644
--- a/config/waybar/style/[Transparent] Crystal Clear.css
+++ b/config/waybar/style/[Transparent] Crystal Clear.css
@@ -1,7 +1,5 @@
/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
-/* ..........................................*/
/* .......Crystal Clear....................... */
-/* ......................................... */
/* --- 👍 designed by https://github.com/Krautt 👍 --- */
*{
diff --git a/config/waybar/style/[Wallust Transparent] Crystal Clear.css b/config/waybar/style/[Wallust Transparent] Crystal Clear.css
index 3bd05a49..d98da479 100644
--- a/config/waybar/style/[Wallust Transparent] Crystal Clear.css
+++ b/config/waybar/style/[Wallust Transparent] Crystal Clear.css
@@ -1,7 +1,5 @@
/* ----------- 💫 https://github.com/JaKooLit 💫 -------- */
-/* ..........................................*/
/* ....Wallust Transparent - Crystal Clear........ */
-/* ......................................... */
/* --- 👍 original designed by https://github.com/Krautt 👍 --- */
@import '../../.config/waybar/wallust/colors-waybar.css';
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage