aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorawy <awy@awy.one>2025-08-24 00:00:00 +0300
committerawy <awy@awy.one>2025-08-24 00:00:00 +0300
commit9881af2fd53999faf491912b6b3d7b9e19815566 (patch)
tree7a6cfedad1de5a40950fa50fd0c23990f27141f9
parentf6eb419f887574e580ca5d1b018d056a124486eb (diff)
downloadhyprdots-9881af2fd53999faf491912b6b3d7b9e19815566.tar.gz
updates
-rw-r--r--.config/waybar/config.jsonc44
-rw-r--r--.config/waybar/style.css4
2 files changed, 24 insertions, 24 deletions
diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc
index a86511e..b7613c9 100644
--- a/.config/waybar/config.jsonc
+++ b/.config/waybar/config.jsonc
@@ -52,7 +52,7 @@
"custom/recording" : {
"cursor": false,
"tooltip": false,
- "format": "{}",
+ "format": "[ {} ]",
"signal": 9,
"exec" : "cat /tmp/recordingicon 2> /dev/null"
},
@@ -82,7 +82,7 @@
"cursor": false,
"tooltip": false,
"escape": true,
- "format": "{}",
+ "format": "[ {} ]",
"signal": 11,
"exec" : "stmusic",
"on-click": "setsid -f \"$TERMINAL\" -e rmpc",
@@ -109,7 +109,7 @@
"custom/news" : {
"cursor": false,
"tooltip": false,
- "format": "{}",
+ "format": "[ {} ]",
"signal": 6,
"exec" : "sb-news",
"on-click": "BLOCK_BUTTON=1 sb-news; pkill -RTMIN+6 waybar",
@@ -121,21 +121,21 @@
"custom/torrent" : {
"cursor": false,
"tooltip": false,
- "format": "{}",
+ "format": "[ {} ]",
"signal": 7,
- "interval": 20,
- "exec" : "sb-torrent",
- "on-click": "BLOCK_BUTTON=1 sb-torrent",
- "on-click-right": "BLOCK_BUTTON=3 sb-torrent",
- "on-click-middle": "BLOCK_BUTTON=2 sb-torrent",
- "on-click-backward": "BLOCK_BUTTON=8 sb-torrent"
+ "interval": 10,
+ "exec" : "sttorrent",
+ "on-click": "setsid -f \"$TERMINAL\" -e stig",
+ "on-click-right": "notify-send \" Torrent module\" \"\\- Left click to open stig.\n- Middle click to toggle transmission.\"",
+ "on-click-middle": "td-toggle",
+ "on-click-backward": "setsid -f \"$TERMINAL\" -e $EDITOR ~/.local/bin/statusbar/src/sttorrent.c"
},
"cpu#usage" : {
"cursor": false,
"tooltip": false,
- "format": "{icon} {usage}%",
- "interval": 10,
+ "format": "[ {icon} {usage}%",
+ "interval": 5,
"states": {
"high": 70,
"mid": 40,
@@ -159,12 +159,12 @@
"custom/memory" : {
"cursor": false,
"tooltip": false,
- "format": "{}",
+ "format": "{} ]",
"signal": 14,
"exec" : "stmemory",
- "interval": 10,
+ "interval": 5,
"on-click-right": "notify-send \" Memory module\" \"\\- Shows Memory Used.\n- Click to show memory hogs.\n- Middle click to open btop.\"",
- "on-click-middle": "setsid -f \"$TERMINAL\" -e btop >/dev/null 2>&1",
+ "on-click-middle": "setsid -f \"$TERMINAL\" -e btop",
"on-click-backward": "setsid -f \"$TERMINAL\" -e $EDITOR ~/.local/bin/statusbar/src/stmemory.c"
},
@@ -185,7 +185,7 @@
"cursor": false,
"tooltip": false,
"hide-empty-text": true,
- "format": "{}",
+ "format": "[ {}",
"signal": 5,
"exec" : "sb-weather rain",
"interval" : 18000,
@@ -199,7 +199,7 @@
"custom/weather" : {
"cursor": false,
"tooltip": false,
- "format": "{}",
+ "format": "{} ]",
"signal": 5,
"exec" : "sb-weather weather",
"interval" : 400,
@@ -213,7 +213,7 @@
"custom/mailbox" : {
"cursor": false,
"tooltip": false,
- "format": "{}",
+ "format": "[ {} ]",
"signal": 12,
"exec" : "sb-mailbox",
"interval" : 180,
@@ -256,7 +256,7 @@
"wireplumber#sink" : {
"tooltip": false,
"cursor": false,
- "format": "{icon} {volume}%",
+ "format": "{icon} {volume}% ]",
"format-muted": "",
"format-icons": ["", "", ""],
"signal": 10,
@@ -272,8 +272,8 @@
"node-type": "Audio/Source",
"tooltip": false,
"cursor": false,
- "format": " {volume}%",
- "format-muted": "",
+ "format": "[  {volume}%",
+ "format-muted": "[ ",
"signal": 23,
"interval": 30,
"on-click": "dmenuaudioswitch",
@@ -286,7 +286,7 @@
"custom/clock" : {
"tooltip": false,
"cursor": false,
- "format": "{}",
+ "format": "[ {} ]",
"signal": 1,
"exec" : "stclock",
"interval" : 5,
diff --git a/.config/waybar/style.css b/.config/waybar/style.css
index 3236f13..8f23cad 100644
--- a/.config/waybar/style.css
+++ b/.config/waybar/style.css
@@ -73,8 +73,8 @@ window#waybar.hidden {
#custom-notifications,
#custom-power,
#mpd {
- padding: 0 5px;
- margin-right: 3px;
+ padding: 0 2px;
+ margin-right: 2px;
}
#window,