mirror of
https://github.com/ksyasuda/rice.git
synced 2025-12-05 02:53:39 -08:00
add stuff for rofi
This commit is contained in:
@@ -117,9 +117,11 @@ fade-out-step = 0.03;
|
||||
|
||||
|
||||
# Opacity of inactive windows. (0.1 - 1.0, defaults to 1.0)
|
||||
# inactive-opacity = 1
|
||||
inactive-opacity = 0.9;
|
||||
active-opacity = 0.98;
|
||||
# inactive-opacity = 0.94;
|
||||
# active-opacity = 0.99;
|
||||
|
||||
active-opacity = 1;
|
||||
inactive-opacity = 0.98;
|
||||
|
||||
# Opacity of window titlebars and borders. (0.1 - 1.0, disabled by default)
|
||||
# frame-opacity = 1.0
|
||||
@@ -202,7 +204,8 @@ blur-kern = "3x3box";
|
||||
blur-background-exclude = [
|
||||
"window_type = 'dock'",
|
||||
"window_type = 'desktop'",
|
||||
"_GTK_FRAME_EXTENTS@:c"
|
||||
"_GTK_FRAME_EXTENTS@:c",
|
||||
"name *= 'rect-overlay'"
|
||||
];
|
||||
|
||||
#################################
|
||||
@@ -220,7 +223,7 @@ blur-background-exclude = [
|
||||
backend = "glx";
|
||||
# Enable/disable VSync.
|
||||
# vsync = false
|
||||
vsync = false
|
||||
vsync = true
|
||||
|
||||
# Enable remote control via D-Bus. See the *D-BUS API* section below for more details.
|
||||
# dbus = false
|
||||
@@ -426,7 +429,7 @@ unredir-if-possible = false;
|
||||
|
||||
wintypes:
|
||||
{
|
||||
tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; full-shadow = false; };
|
||||
tooltip = { fade = true; shadow = true; opacity = 0.95; focus = true; full-shadow = false; };
|
||||
dock = { shadow = false; }
|
||||
dnd = { shadow = false; }
|
||||
popup_menu = { opacity = 0.85; }
|
||||
@@ -435,20 +438,23 @@ wintypes:
|
||||
|
||||
# ------------
|
||||
# ibhagwan
|
||||
|
||||
|
||||
corner-radius = 11;
|
||||
# corner-radius = 12;
|
||||
corner-radius = 15;
|
||||
rounded-corner-exclude = [
|
||||
#"window_type = 'normal'"
|
||||
"class_g = 'Plasma'"
|
||||
"class_g = 'plsama-desktop'"
|
||||
"class_g = 'win7'"
|
||||
"class_g = 'krunner'"
|
||||
"class_g = 'plasmashell' window_type = 'notification'"
|
||||
# corner-radius = 15;
|
||||
rounded-corners-exclude = [
|
||||
"class_g = 'Plasma'",
|
||||
"class_g = 'plsama-desktop'",
|
||||
"class_g = 'win7'",
|
||||
"class_g = 'krunner'",
|
||||
"class_g = 'Polybar'",
|
||||
"class_g = 'plasmashell'"
|
||||
]
|
||||
|
||||
blur: {
|
||||
# method = "dual_kawase";
|
||||
method = "kawase";
|
||||
method = "dual_kawase";
|
||||
# method = "kawase";
|
||||
strength = 7;
|
||||
background = false;
|
||||
background-frame = false;
|
||||
|
||||
Reference in New Issue
Block a user