Improved!

This commit is contained in:
OdiousImp2604
2021-01-20 19:44:20 +00:00
committed by GitHub
parent 21bfadfd1f
commit 848321f00c
2 changed files with 20 additions and 29 deletions

View File

@@ -17,18 +17,15 @@
],
"modules-center": [
"custom/seperator",
"custom/firefox",
"modules-center": [
],
"modules-right": [
"custom/firefox",
"custom/seperator",
"custom/files",
"custom/seperator",
"custom/terminal",
"custom/seperator",
],
"modules-right": [
"network",
"memory",
"cpu",
@@ -197,17 +194,17 @@
"on-scroll-up": "brightnessctl -c backlight set 5%-"
},
"custom/firefox": {
"format": " Firefox",
"format": " ",
"on-click": "exec firefox",
"tooltip": false
},
"custom/terminal": {
"format": " Terminal",
"format": " ",
"on-click": "exec alacritty",
"tooltip": false
},
"custom/files": {
"format": " Files",
"format": " ",
"on-click": "exec thunar",
"tooltip": false
},