Eschew! 🤧

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

help-circle
  • Fair enough. It’s nice to have something that just works out of the box and doesn’t need much configuration, for sure.
    And even though most points you have mentioned are actually doable in OBS, they need additional setup/configuration or a plugin. But I personally don’t mind that, and in most cases I prefer that, especially granular configuration of video settings.










  • 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.