Compare commits
No commits in common. "9fd5ddc89af3d0da627b1d7f8a539d82be10e771" and "0ee2c66e69403d918eb1c58eda7490005daf4e17" have entirely different histories.
9fd5ddc89a
...
0ee2c66e69
4 changed files with 5 additions and 53 deletions
|
|
@ -35,9 +35,6 @@ font=JetBrainsMono NFM:size={{ .term_fontsize }}
|
||||||
|
|
||||||
include = /usr/share/foot/themes/selenized-dark
|
include = /usr/share/foot/themes/selenized-dark
|
||||||
|
|
||||||
[colors]
|
|
||||||
alpha = 0.92
|
|
||||||
|
|
||||||
[environment]
|
[environment]
|
||||||
# name=value
|
# name=value
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,8 +9,8 @@ shadows enable
|
||||||
shadows_on_csd enable
|
shadows_on_csd enable
|
||||||
shadow_blur_radius 5
|
shadow_blur_radius 5
|
||||||
shadow_offset 3 3
|
shadow_offset 3 3
|
||||||
shadow_color #000000BF
|
shadow_color #CB4B16BF
|
||||||
shadow_inactive_color #0000005F
|
shadow_inactive_color #0000007F
|
||||||
smart_corner_radius enable
|
smart_corner_radius enable
|
||||||
corner_radius 12
|
corner_radius 12
|
||||||
|
|
||||||
|
|
@ -20,5 +20,3 @@ layer_effects "gtk-layer-shell" blur enable; shadows enable; corner_radius 13
|
||||||
layer_effects "wofi" blur enable; shadows enable; corner_radius 13
|
layer_effects "wofi" blur enable; shadows enable; corner_radius 13
|
||||||
|
|
||||||
titlebar_separator disable
|
titlebar_separator disable
|
||||||
|
|
||||||
default_dim_inactive 0.1
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
# vi: ft=swayconfig
|
# vi: ft=swayconfig
|
||||||
|
|
||||||
for_window [class="zoom"] floating enable
|
for_window [class="zoom"] floating enable
|
||||||
for_window [class="zoom" title="Zoom Workplace - Licensed account"] floating disable
|
for_window [class="zoom" title="Zoom Workplace - Licensed account"] floating disable
|
||||||
|
|
||||||
|
for_window [app_id="firefox" title="Extension:*"] floating enable
|
||||||
|
|
|
||||||
|
|
@ -1,46 +0,0 @@
|
||||||
:root {
|
|
||||||
background: #07364299 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
tab.tabbrowser-tab[selected="true"] stack.tab-stack vbox.tab-background {
|
|
||||||
background: #07364270 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
toolbar {
|
|
||||||
background: #07364270 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* window transparencies */
|
|
||||||
#main-window {
|
|
||||||
background: var(--bg) !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* navbar / tabbar / titlebar */
|
|
||||||
#nav-bar {
|
|
||||||
background: #07364270 !important;
|
|
||||||
}
|
|
||||||
#navigator-toolbox {
|
|
||||||
background: #07364270 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
#urlbar {
|
|
||||||
background: #07364270 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
#urlbar[breakout-extend="true"] {
|
|
||||||
background: #073642E0 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
browser#webext-panels-browser {
|
|
||||||
background: #07364270 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
#sidebar-main {
|
|
||||||
background: #07364270 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
hbox#browser {
|
|
||||||
background: #07364270 !important;
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue