Adding some extensions settings
This commit is contained in:
parent
1f94e63f03
commit
21b2ab18af
1 changed files with 94 additions and 0 deletions
|
|
@ -93,16 +93,110 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
## Extensions settings
|
## Extensions settings
|
||||||
|
"blur-my-shell" = {
|
||||||
|
settings-version = 2;
|
||||||
|
};
|
||||||
|
|
||||||
|
"blur-my-shell/coverflow-alt-tab" = {
|
||||||
|
pipeline = "pipeline_default";
|
||||||
|
};
|
||||||
|
|
||||||
|
"blur-my-shell/dash-to-dock" = {
|
||||||
|
pipeline = "pipeline_default_rounded";
|
||||||
|
};
|
||||||
|
|
||||||
|
"blur-my-shell/lockscreen" = {
|
||||||
|
pipeline = "pipeline_default";
|
||||||
|
};
|
||||||
|
|
||||||
|
"blur-my-shell/overview" = {
|
||||||
|
pipeline = "pipeline_default";
|
||||||
|
};
|
||||||
|
|
||||||
|
"blur-my-shell/panel" = {
|
||||||
|
pipeline = "pipeline_default";
|
||||||
|
static-blur = false;
|
||||||
|
};
|
||||||
|
|
||||||
|
"blur-my-shell/screenshot" = {
|
||||||
|
pipeline = "pipeline_default";
|
||||||
|
};
|
||||||
|
|
||||||
"org/gnome/shell/extensions/caffeine" = {
|
"org/gnome/shell/extensions/caffeine" = {
|
||||||
show-notifications = false;
|
show-notifications = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"dash-to-panel" = {
|
||||||
|
animate-appicon-hover-animation-extent = {
|
||||||
|
RIPPLE = 4;
|
||||||
|
PLANK = 4;
|
||||||
|
SIMPLE = 1;
|
||||||
|
};
|
||||||
|
appicon-margin = 0;
|
||||||
|
appicon-padding = 4;
|
||||||
|
appicon-style = "NORMAL";
|
||||||
|
dot-color-dominant = true;
|
||||||
|
dot-color-override = false;
|
||||||
|
dot-color-unfocused-different = false;
|
||||||
|
dot-position = "TOP";
|
||||||
|
dot-size = 4;
|
||||||
|
dot-style-focused = "DOTS";
|
||||||
|
dot-style-unfocused = "DOTS";
|
||||||
|
extension-version = 68;
|
||||||
|
focus-highlight-dominant = true;
|
||||||
|
global-border-radius = 2;
|
||||||
|
hotkeys-overlay-combo = "TEMPORARILY";
|
||||||
|
intellihide = false;
|
||||||
|
panel-anchors = ''
|
||||||
|
{"BOE-0x00000000":"MIDDLE"}
|
||||||
|
'';
|
||||||
|
panel-element-positions = ''
|
||||||
|
{"BOE-0x00000000":[{"element":"activitiesButton","visible":true,"position":"stackedTL"},{"element":"dateMenu","visible":true,"position":"stackedTL"},{"element":"showAppsButton","visible":true,"position":"centered"},{"element":"taskbar","visible":true,"position":"centered"},{"element":"leftBox","visible":true,"position":"stackedTL"},{"element":"centerBox","visible":true,"position":"stackedBR"},{"element":"rightBox","visible":true,"position":"stackedBR"},{"element":"systemMenu","visible":true,"position":"stackedBR"},{"element":"desktopButton","visible":false,"position":"stackedBR"}]}
|
||||||
|
'';
|
||||||
|
panel-lengths = ''
|
||||||
|
{"BOE-0x00000000":90}
|
||||||
|
'';
|
||||||
|
panel-positions = ''
|
||||||
|
{}
|
||||||
|
'';
|
||||||
|
panel-side-margins = 0;
|
||||||
|
panel-side-padding = 4;
|
||||||
|
panel-sizes = ''
|
||||||
|
{"BOE-0x00000000":48}
|
||||||
|
'';
|
||||||
|
panel-top-bottom-margins = 4;
|
||||||
|
panel-top-bottom-padding = 4;
|
||||||
|
prefs-opened = false;
|
||||||
|
primary-monitor = "BOE-0x00000000";
|
||||||
|
stockgs-force-hotcorner = false;
|
||||||
|
stockgs-keep-dash = false;
|
||||||
|
stockgs-keep-top-panel = false;
|
||||||
|
stockgs-panelbtn-click-only = false;
|
||||||
|
trans-bg-color = "#5e5c64";
|
||||||
|
trans-panel-opacity = 0.4;
|
||||||
|
trans-use-custom-bg = true;
|
||||||
|
trans-use-custom-gradient = false;
|
||||||
|
trans-use-custom-opacity = true;
|
||||||
|
window-preview-title-position = "TOP";
|
||||||
|
};
|
||||||
|
|
||||||
|
"just-perfection" = {
|
||||||
|
notification-banner-position = 3;
|
||||||
|
osd-position = 6;
|
||||||
|
support-notifier-showed-version = 34;
|
||||||
|
support-notifier-type = 0;
|
||||||
|
};
|
||||||
|
|
||||||
"org/gnome/shell/extensions/vitals" = {
|
"org/gnome/shell/extensions/vitals" = {
|
||||||
hot-sensors = [ "_processor_usage_" "_memory_usage_" "_memory_swap_usage_" "__temperature_max__" "__temperature_avg__" ];
|
hot-sensors = [ "_processor_usage_" "_memory_usage_" "_memory_swap_usage_" "__temperature_max__" "__temperature_avg__" ];
|
||||||
include-static-gpu-info = true;
|
include-static-gpu-info = true;
|
||||||
show-gpu = true;
|
show-gpu = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"weather-oclock" = {
|
||||||
|
weather-after-clock = true;
|
||||||
|
};
|
||||||
|
|
||||||
## Gnome Apps
|
## Gnome Apps
|
||||||
"org/gnome/shell/weather" = {
|
"org/gnome/shell/weather" = {
|
||||||
automatic-location = true;
|
automatic-location = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue