[Astal] Prepare for reloadable style
This commit is contained in:
@@ -93,8 +93,13 @@ App.start( {
|
||||
res( 'No controllable screen available' );
|
||||
}
|
||||
} catch ( e ) {
|
||||
print( e );
|
||||
res( 'Error running brightness change' );
|
||||
}
|
||||
} else if ( args[ 0 ] === 'reload-style' ) {
|
||||
res( 'Reloading style sheets' );
|
||||
App.apply_css( '', true );
|
||||
// TODO: Compile scss and then load it
|
||||
}
|
||||
// } else if ( args[ 0 ] === 'launcher' ) {
|
||||
// if ( args[ 1 ] === 'show' ) {
|
||||
|
||||
Reference in New Issue
Block a user