aboutsummaryrefslogtreecommitdiff
path: root/waybar/dot-config
diff options
context:
space:
mode:
Diffstat (limited to 'waybar/dot-config')
-rw-r--r--waybar/dot-config/waybar/config.jsonc3
-rw-r--r--waybar/dot-config/waybar/style.css13
2 files changed, 10 insertions, 6 deletions
diff --git a/waybar/dot-config/waybar/config.jsonc b/waybar/dot-config/waybar/config.jsonc
index d3aee7f..8788765 100644
--- a/waybar/dot-config/waybar/config.jsonc
+++ b/waybar/dot-config/waybar/config.jsonc
@@ -52,7 +52,8 @@
"",
"",
""
- ]
+ ],
+ "tooltip-format": "{percent}%"
},
"battery": {
"states": {
diff --git a/waybar/dot-config/waybar/style.css b/waybar/dot-config/waybar/style.css
index c232813..357f320 100644
--- a/waybar/dot-config/waybar/style.css
+++ b/waybar/dot-config/waybar/style.css
@@ -1,6 +1,9 @@
-@define-color transp rgba(54, 54, 54, 0);
-@define-color effort2 rgba(54, 54, 54, 0.8);
-@define-color foreground #eeeeee;
+@import url("file:///home/moreka/.cache/wal/colors-waybar.css");
+@define-color transp alpha(@background, 0);
+@define-color effort2 alpha(@background, 0.8);
+@define-color border lighter(@background);
+@define-color shadow darker(@background);
+/* @define-color foreground #eeeeee; */
* {
font-family: Dejavu Sans Mono, Vazirmatn UI;
@@ -20,8 +23,8 @@ window#waybar {
padding: 4px 2px;
margin: 0px 5px;
border-radius: 20px;
- border: 2px solid #333333;
- box-shadow: 0px 0px 3px 4px #222222;
+ border: 2px solid @border;
+ box-shadow: 0px 0px 3px 4px @shadow;
}
tooltip {