Compare commits

...

4 Commits

4 changed files with 48 additions and 34 deletions

View File

@ -1,11 +1,11 @@
include=/usr/share/foot/themes/srcery include=/usr/share/foot/themes/modus-vivendi
# ========================= # =========================
# General # General
# ========================= # =========================
[main] [main]
shell=/bin/zellij shell=/bin/zellij
font=JetBrainsMono Nerd Font:size=9.5 font=JetBrainsMono Nerd Font:size=10, Lohit:size=10
dpi-aware=yes dpi-aware=yes
term=xterm-256color term=xterm-256color
@ -19,7 +19,7 @@ lines=50
# Colors & Transparency # Colors & Transparency
# ========================= # =========================
[colors] [colors]
alpha=0.85 alpha=0.91
background=1c1b19 background=1c1b19
# ========================= # =========================

11
gtk-3.0/gtk.css Normal file
View File

@ -0,0 +1,11 @@
@import 'colors.css';
window-frame, .window-frame:backdrop { box-shadow: 0 0 0 black; border-style: none; margin: 0px; border-radius: 0; box-shadow: none; }
.popover, .popover.background { box-shadow: none; }
decoration { box-shadow: none; margin: 0px; }
.csd.popup { box-shadow: none; }
tooltip { margin: 0px; border-radius: 0px; box-shadow: none; }

View File

@ -59,10 +59,10 @@ glx-swap-method = 2;
# Enabled client-side shadows on windows. # Enabled client-side shadows on windows.
shadow = true; shadow = true;
shadow-radius = 20; shadow-radius = 40;
shadow-offset-x = -20; shadow-offset-x = -40;
shadow-offset-y = -20; shadow-offset-y = -40;
shadow-opacity = 0.25; shadow-opacity = 0.75;
# Set if you want different colour shadows # Set if you want different colour shadows
# shadow-red = 0.0; # shadow-red = 0.0;
@ -76,16 +76,19 @@ shadow-exclude = [
"! name~=''", "! name~=''",
"name *= 'VLC'", "name *= 'VLC'",
"name *= 'compton'", "name *= 'compton'",
"name *= 'picom'", # "name *= 'picom'",
"name *= 'Chromium'", "name *= 'Chromium'",
"name *= 'Chrome'", "name *= 'Chrome'",
"name *= 'brave'", "name *= 'brave'",
"name *= 'BitwigStudio'", "name *= 'BitwigStudio'",
"window_type = 'popup_menu'",
"window_type = 'dropdown_menu'",
"window_type = 'menu'",
"class_g = 'Firefox' && argb", "class_g = 'Firefox' && argb",
"class_g = 'Conky'", "class_g = 'Conky'",
"class_g ?= 'Notify-osd'", "class_g ?= 'Notify-osd'",
"_GTK_FRAME_EXTENTS@:c", # "_GTK_FRAME_EXTENTS@:c",
"_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'" # "_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'"
]; ];
# Avoid drawing shadow on all shaped windows (see also: --detect-rounded-corners) # Avoid drawing shadow on all shaped windows (see also: --detect-rounded-corners)
# shadow-ignore-shaped = true; # shadow-ignore-shaped = true;
@ -148,27 +151,27 @@ inactive-opacity-override = false;
# #
################################# #################################
blur: # blur:
{ # {
method = "gaussian"; # method = "gaussian";
size = 20; # size = 20;
deviation = 20; # deviation = 20;
}; # };
# experimental-backends = true; experimental-backends = true;
#
# blur: { blur: {
# method = "dual_kawase"; method = "dual_kawase";
# strength = 4; strength = 8;
# background = false; background = false;
# background-frame = false; background-frame = false;
# background-fixed = false; background-fixed = false;
# } }
# Blur background of transparent windows. Bad performance with X Render backend. GLX backend is preferred. # Blur background of transparent windows. Bad performance with X Render backend. GLX backend is preferred.
# blur-background = false; # blur-background = true;
# Blur background of opaque windows with transparent frames as well. # Blur background of opaque windows with transparent frames as well.
# blur-background-frame = true; # blur-background-frame = false;
# Do not let blur radius adjust based on window opacity. # Do not let blur radius adjust based on window opacity.
# blur-kern = "3x3box" # blur-kern = "3x3box"
@ -190,7 +193,7 @@ blur-background-exclude = [
"name *= 'touchegg'", "name *= 'touchegg'",
"name *= 'ONLYOFFICE'", "name *= 'ONLYOFFICE'",
"name *= 'xfce4-screenshooter'", "name *= 'xfce4-screenshooter'",
"name *= 'Floorp'" "name *= 'Floorp'",
]; ];
################################# #################################
@ -202,11 +205,11 @@ blur-background-exclude = [
# Fade windows during opacity changes. # Fade windows during opacity changes.
fading = true; fading = true;
# The time between steps in a fade in milliseconds. (default 10). # The time between steps in a fade in milliseconds. (default 10).
fade-delta = 2; fade-delta = 0;
# Opacity change between steps while fading in. (default 0.028). # Opacity change between steps while fading in. (default 0.028).
fade-in-step = 0.020; fade-in-step = 0.03;
# Opacity change between steps while fading out. (default 0.03). # Opacity change between steps while fading out. (default 0.03).
fade-out-step = 0.020; fade-out-step = 0.03;
# Fade windows in/out when opening/closing # Fade windows in/out when opening/closing
# no-fading-openclose = true; # no-fading-openclose = true;

View File

@ -18,8 +18,8 @@ keybinds clear-defaults=true {
bind "Alt down" { MoveFocus "down"; } bind "Alt down" { MoveFocus "down"; }
bind "Alt up" { MoveFocus "up"; } bind "Alt up" { MoveFocus "up"; }
bind "Alt right" { MoveFocusOrTab "right"; } bind "Alt right" { MoveFocusOrTab "right"; }
bind "PageDown" { PageScrollDown; } bind "Ctrl PageDown" { PageScrollDown; }
bind "PageUp" { PageScrollUp; } bind "Ctrl PageUp" { PageScrollUp; }
} }
pane { pane {
bind "left" { MoveFocus "left"; } bind "left" { MoveFocus "left"; }
@ -387,7 +387,7 @@ on_force_close "quit"
// that will be used by default if this option is not set. // that will be used by default if this option is not set.
// Examples: // Examples:
// //
// copy_command "xclip -selection clipboard" // x11 copy_command "xclip -selection clipboard" // x11
// copy_command "wl-copy" // wayland // copy_command "wl-copy" // wayland
// copy_command "pbcopy" // osx // copy_command "pbcopy" // osx
// //