aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorawy <awy@awy.one>2025-07-30 20:12:22 +0300
committerawy <awy@awy.one>2025-07-30 20:12:22 +0300
commitbbc74e2c1fbcc8ea26768c00608d666adeffb9dd (patch)
treec0e3ec7b7444867f420ff0c4c4af543c4c1bab65 /.config
parent5ce2f878d40c893b8dbe11d1f4b59f87e2bef95e (diff)
downloadhyprdots-bbc74e2c1fbcc8ea26768c00608d666adeffb9dd.tar.gz
waybar
Diffstat (limited to '.config')
-rw-r--r--.config/waybar/config.json9
-rw-r--r--.config/waybar/style.css2
2 files changed, 2 insertions, 9 deletions
diff --git a/.config/waybar/config.json b/.config/waybar/config.json
index fad14d4..5819891 100644
--- a/.config/waybar/config.json
+++ b/.config/waybar/config.json
@@ -8,7 +8,6 @@
"hyprland/window"
],
"modules-right": [
- "custom/test",
"custom/recording",
"custom/tasks",
"custom/music",
@@ -33,14 +32,6 @@
"format": "{icon}"
},
- "custom/test" : {
- "tooltip": false,
- "format": "{}",
- "signal": 101,
- "exec" : "/home/awy/test.sh",
- "return-type": "json"
- },
-
"custom/recording" : {
"tooltip": false,
"format": "{}",
diff --git a/.config/waybar/style.css b/.config/waybar/style.css
index d429eba..703ce7f 100644
--- a/.config/waybar/style.css
+++ b/.config/waybar/style.css
@@ -62,6 +62,7 @@ window#waybar {
}
#custom-packages {
+ color: @pink;
padding-right: 10px;
}
@@ -106,6 +107,7 @@ window#waybar {
}
#custom-mailbox {
+ color: @yellow;
padding-right: 10px;
}