1
0
mirror of https://gitlab.com/linuxstuff/dotfiles.git synced 2026-06-19 04:06:00 +02:00

polybar aliases

This commit is contained in:
Simon
2021-01-13 16:25:14 +01:00
parent f6e879cfa8
commit dbd7925ca3
2 changed files with 18 additions and 14 deletions
+16 -14
View File
@@ -4,19 +4,21 @@
# requires: https://github.com/sdhand/compton # requires: https://github.com/sdhand/compton
corner-radius = 15.0; corner-radius = 15.0;
rounded-corners-exclude = [ rounded-corners-exclude = [
#"class_g = 'Polybar'", #"class_g *= ''",
"window_type = 'normal'", "class_g != 'Polybar'",
"window_type = 'popup'", #"window_type = 'normal'",
"window_type = 'menu'", #"window_type = 'popup'",
"class_g = 'awesome'", #"window_type = 'menu'",
"class_g = 'thunar'", #"class_g = 'awesome'",
"class_g = 'URxvt'", #"class_g *= 'thunar'",
"class_g = 'XTerm'", #"class_g *= 'Thunar'",
"class_g = 'kitty'", #"class_g = 'URxvt'",
"class_g = 'Alacritty'", #"class_g = 'XTerm'",
"class_g = 'code-oss'", #"class_g = 'kitty'",
"class_g = 'firefox'", #"class_g = 'Alacritty'",
"class_g = 'Thunderbird'" #"class_g = 'code-oss'",
#"class_g = 'firefox'",
#"class_g = 'Thunderbird'"
]; ];
round-borders = 0; round-borders = 0;
@@ -292,7 +294,7 @@ blur-background-exclude = [
# when taking selection screenshot with `main` # when taking selection screenshot with `main`
# https://github.com/naelstrof/maim/issues/130 # https://github.com/naelstrof/maim/issues/130
"class_g = 'slop'", "class_g = 'slop'",
"class_g = 'peek'", "class_g *= 'peek'",
"class_g = 'xsnow'", "class_g = 'xsnow'",
"_GTK_FRAME_EXTENTS@:c", "_GTK_FRAME_EXTENTS@:c",
"name *= 'overlay'", "name *= 'overlay'",
+2
View File
@@ -39,8 +39,10 @@ alias coffeeinf="caffeinate sleep infinity"
alias coffee="caffeinate sleep" alias coffee="caffeinate sleep"
# polybar # polybar
alias killpoly="killall polybar"
alias polybar="setsid polybar" alias polybar="setsid polybar"
alias repoly="zsh ~/.config/polybar/launch_polybar.sh" alias repoly="zsh ~/.config/polybar/launch_polybar.sh"
alias repoly_float="zsh ~/.config/polybar/launch_polybar_floating.sh"
# nano # nano
alias nano="nano -c" alias nano="nano -c"