fixes wallust and waybar coloring
This commit is contained in:
		| @@ -23,7 +23,7 @@ | ||||
|         //"hyprland/submap", | ||||
|         "temperature", | ||||
|         //"idle_inhibitor", | ||||
|         //"mpd" | ||||
|         //"mpd", | ||||
|         "custom/spotify" | ||||
|     ], | ||||
|     "modules-center": [ | ||||
| @@ -38,12 +38,12 @@ | ||||
|         "battery", | ||||
|         //"pulseaudio", | ||||
|         "wireplumber", | ||||
|         "custom/screenshot_t", | ||||
|         "bluetooth", | ||||
|         //"custom/screenshot_t", | ||||
|         "tray", | ||||
|         "custom/power" | ||||
|     ], | ||||
|  | ||||
|  | ||||
|     // ------------------------------------------------------------------------- | ||||
|     // Modules | ||||
|     // ------------------------------------------------------------------------- | ||||
| @@ -57,7 +57,6 @@ | ||||
|         "tooltip": false | ||||
|     }, | ||||
|  | ||||
|  | ||||
|     "custom/rofi": { | ||||
|         "format": "", | ||||
|         "tooltip": false, | ||||
| @@ -87,6 +86,16 @@ | ||||
|         "on-click": "gsimplecal" | ||||
|     }, | ||||
|  | ||||
|     "bluetooth": { | ||||
|         // "controller": "controller1", // specify the alias of the controller if there are more than 1 on the system | ||||
|         "format": "", | ||||
|         "format-connected": " {num_connections} connected", | ||||
|         "tooltip-format": "{controller_alias}\t{controller_address}", | ||||
|         "tooltip-format-connected": "{controller_alias}\t{controller_address}\n\n{device_enumerate}", | ||||
|         "tooltip-format-enumerate-connected": "{device_alias}\t{device_address}", | ||||
|         "on-click": "blueman-manager" | ||||
|     }, | ||||
|  | ||||
|     "temperature": { | ||||
|         // "thermal-zone": 1, | ||||
|         "interval": 4, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user