Eschew! 🤧

  • 62 Posts
  • 118 Comments
Joined 1 year ago
cake
Cake day: June 9th, 2023

help-circle








  • I think the only way to show the icon on the status bar with tasker is using the notification (notify task) and giving it an icon.

         Profile: Detect Auto-rotation setting change
        	Event: Custom Setting [ Type:System Name:accelerometer_rotation Value:* ]
        
        
        
        Enter Task: Un-notify if autorotate off
        
        A1: Custom Setting [
             Type: System
             Name: accelerometer_rotation
             Read Setting To: %arstat ]
        
        A2: Notify Cancel [
             Title: ar ]
            If  [ %arstat ~ 0 ]
        
        A3: Notify [
             Title: ar
             Icon: mw_device_screen_rotation
             Number: 0
             Priority: 3
             LED Colour: Red
             LED Rate: 0 ]
            If  [ %arstat ~ 1 ]
        
           
    

    You can set the notification to silent.