adds bubblemail extension and configures pano settings
This commit is contained in:
parent
5c5a3b5517
commit
7970b871c1
@ -34,6 +34,7 @@
|
|||||||
smile-complementary-extension
|
smile-complementary-extension
|
||||||
vitals
|
vitals
|
||||||
clipboard-indicator
|
clipboard-indicator
|
||||||
|
bubblemail
|
||||||
]);
|
]);
|
||||||
|
|
||||||
# Copy burn-my-windows profile to user config
|
# Copy burn-my-windows profile to user config
|
||||||
@ -53,6 +54,17 @@
|
|||||||
icon-style = 1;
|
icon-style = 1;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"/org/gnome/shell/extensions/pano" = {
|
||||||
|
"history-length" = 500;
|
||||||
|
"global-shortcut" = [ "<Shift><Alt>V" ];
|
||||||
|
"item-date-font-family" = "Hack Nerd Font Mono";
|
||||||
|
"item-date-font-size" = 10;
|
||||||
|
"search-bar-font-family" = "Hack Nerd Font Mono";
|
||||||
|
"search-bar-font-size" = 14;
|
||||||
|
"item-title-font-family" = "Hack Nerd Font Mono";
|
||||||
|
"item-title-font-size" = 20;
|
||||||
|
};
|
||||||
|
|
||||||
# To get an ID of an extension, run `gnome-extensions list`
|
# To get an ID of an extension, run `gnome-extensions list`
|
||||||
"org/gnome/shell" = {
|
"org/gnome/shell" = {
|
||||||
disable-user-extensions = false;
|
disable-user-extensions = false;
|
||||||
@ -86,20 +98,10 @@
|
|||||||
"tilingshell@ferrarodomenico.com"
|
"tilingshell@ferrarodomenico.com"
|
||||||
"user-theme@gnome-shell-extensions.gcampax.github.com"
|
"user-theme@gnome-shell-extensions.gcampax.github.com"
|
||||||
"weatheroclock@CleoMenezesJr.github.io"
|
"weatheroclock@CleoMenezesJr.github.io"
|
||||||
|
"bubblemail@razer.framagit.org"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
# Clipboard indicator settings
|
|
||||||
"org/gnome/shell/extensions/clipboard-indicator" = {
|
|
||||||
history-size = 50;
|
|
||||||
cache-size = 50;
|
|
||||||
preview-size = 50;
|
|
||||||
strip-text = true;
|
|
||||||
keep-selected-on-clear = true;
|
|
||||||
move-item-first = true;
|
|
||||||
toggle-menu = [ "<Shift><Alt>V" ];
|
|
||||||
};
|
|
||||||
|
|
||||||
# Perfection settings
|
# Perfection settings
|
||||||
"org/gnome/shell/extensions/just-perfection" = {
|
"org/gnome/shell/extensions/just-perfection" = {
|
||||||
theme = false;
|
theme = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user