forked from Shinonome/dots-hyprland
fix some overview-only config stuff (#418)
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
// Want only the overview from my config? this is what you're looking for!
|
// Want only the overview from my config? this is what you're looking for!
|
||||||
// Remember to install the `dart-sass` for styles to load properly (and AGS of course)
|
// Remember to install: `dart-sass`, `ags`, `material-symbols`, and `xorg-xrandr`
|
||||||
// To launch this, run the following
|
// To launch this, run the following
|
||||||
// ags -c ~/.config/ags/config_overviewOnly.js
|
// ags -c ~/.config/ags/config_overviewOnly.js
|
||||||
// To toggle the overview, run:
|
// To toggle the overview, run:
|
||||||
@@ -16,6 +16,8 @@ import userOptions from './modules/.configuration/user_options.js';
|
|||||||
// Widgets
|
// Widgets
|
||||||
import Overview from './modules/overview/main.js';
|
import Overview from './modules/overview/main.js';
|
||||||
|
|
||||||
|
Utils.exec(`bash -c 'echo "" > ${App.configDir}/scss/_musicwal.scss'`); // reset music styles
|
||||||
|
Utils.exec(`bash -c 'echo "" > ${App.configDir}/scss/_musicmaterial.scss'`); // reset music styles
|
||||||
const COMPILED_STYLE_DIR = `${GLib.get_user_cache_dir()}/ags/user/generated`
|
const COMPILED_STYLE_DIR = `${GLib.get_user_cache_dir()}/ags/user/generated`
|
||||||
async function applyStyle() {
|
async function applyStyle() {
|
||||||
Utils.exec(`mkdir -p ${COMPILED_STYLE_DIR}`);
|
Utils.exec(`mkdir -p ${COMPILED_STYLE_DIR}`);
|
||||||
|
|||||||
@@ -12,6 +12,9 @@ const userConfigOptions = {
|
|||||||
'prevTab': "Ctrl+Page_Up",
|
'prevTab': "Ctrl+Page_Up",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
'sidebar': {
|
||||||
|
'imageAllowNsfw': true,
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export default userConfigOptions;
|
export default userConfigOptions;
|
||||||
|
|||||||
Reference in New Issue
Block a user