diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2024-05-14 18:31:37 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-14 18:31:37 +0900 |
| commit | e49d4a58db265abbd407b05f1bd1c0f3f537cc87 (patch) | |
| tree | 23110bec6f29689633926e681dc75e4edcb9db2f /config/waybar | |
| parent | e53a9c345d8e36b08d8192635822cc02263a0842 (diff) | |
| parent | 03363809f5e821c323a457aeafb3182a0ab17ba8 (diff) | |
Merge pull request #274 from JaKooLit/development
Development to main
Diffstat (limited to 'config/waybar')
| -rw-r--r-- | config/waybar/modules | 4 | ||||
| -rw-r--r-- | config/waybar/style/[Dark] Latte-Wallust combined.css | 4 | ||||
| -rw-r--r-- | config/waybar/style/[Dark] Wallust Obsidian Edge.css | 2 | ||||
| -rw-r--r-- | config/waybar/style/[Wallust Bordered] Chroma Fusion Edge.css | 4 | ||||
| -rw-r--r-- | config/waybar/style/[Wallust] Colored.css | 6 |
5 files changed, 10 insertions, 10 deletions
diff --git a/config/waybar/modules b/config/waybar/modules index e7606c4c..93c7f3c1 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -413,7 +413,7 @@ "interval": 10, "tooltip": true, "hwmon-path": [ - "/sys/class/hwmon/hwmon6/temp1_input", + "/sys/class/hwmon/hwmon1/temp1_input", "/sys/class/thermal/thermal_zone0/temp" ], //"thermal-zone": 0, @@ -685,7 +685,7 @@ "interval": 10, "tooltip": true, "hwmon-path": [ - "/sys/class/hwmon/hwmon6/temp1_input", + "/sys/class/hwmon/hwmon1/temp1_input", "/sys/class/thermal/thermal_zone0/temp" ], //"thermal-zone": 0, diff --git a/config/waybar/style/[Dark] Latte-Wallust combined.css b/config/waybar/style/[Dark] Latte-Wallust combined.css index f56f1a17..ad8d1b7f 100644 --- a/config/waybar/style/[Dark] Latte-Wallust combined.css +++ b/config/waybar/style/[Dark] Latte-Wallust combined.css @@ -13,9 +13,9 @@ @define-color cyan rgba(53, 140, 169, 1); @define-color background-module @transparent; -@define-color border-color @color9; +@define-color border-color @color12; @define-color button-color @color11; -@define-color button-hover @color12; +@define-color button-hover @color9; @import '../../.config/waybar/wallust/colors-waybar.css'; @import "../waybar/style/catppuccin-themes/latte.css"; diff --git a/config/waybar/style/[Dark] Wallust Obsidian Edge.css b/config/waybar/style/[Dark] Wallust Obsidian Edge.css index 526547f7..1a507fe4 100644 --- a/config/waybar/style/[Dark] Wallust Obsidian Edge.css +++ b/config/waybar/style/[Dark] Wallust Obsidian Edge.css @@ -74,7 +74,7 @@ tooltip label { } #workspaces button { - color: @color2; + color: @color12; box-shadow: none; text-shadow: none; padding: 0px; diff --git a/config/waybar/style/[Wallust Bordered] Chroma Fusion Edge.css b/config/waybar/style/[Wallust Bordered] Chroma Fusion Edge.css index b9831707..0a418ad4 100644 --- a/config/waybar/style/[Wallust Bordered] Chroma Fusion Edge.css +++ b/config/waybar/style/[Wallust Bordered] Chroma Fusion Edge.css @@ -13,9 +13,9 @@ @define-color cyan rgba(53, 140, 169, 1); @define-color background-module @transparent; -@define-color border-color @color9; +@define-color border-color @color12; @define-color button-color @color11; -@define-color button-hover @color12; +@define-color button-hover @color9; @import '../../.config/waybar/wallust/colors-waybar.css'; @import "../waybar/style/catppuccin-themes/latte.css"; diff --git a/config/waybar/style/[Wallust] Colored.css b/config/waybar/style/[Wallust] Colored.css index 251f10ba..8bc12221 100644 --- a/config/waybar/style/[Wallust] Colored.css +++ b/config/waybar/style/[Wallust] Colored.css @@ -42,7 +42,7 @@ tooltip { /*-----module groups----*/ .modules-right { - border: 3px solid @color14; + border: 3px solid @color12; border-radius: 40px 0px 0px 0px; background-color: @color1; padding-top: 2px; @@ -52,7 +52,7 @@ tooltip { } .modules-center { - border: 3px solid @color14; + border: 3px solid @color7; border-radius: 60px 0px 60px 0px; background-color: @background; padding-top: 2px; @@ -62,7 +62,7 @@ tooltip { } .modules-left { - border: 3px solid @color14; + border: 3px solid @color12; border-radius: 0px 0px 40px 0px; background-color: @color1; padding-top: 2px; |
