mirror of
https://gitlab.com/linuxstuff/dotfiles.git
synced 2026-06-19 04:06:00 +02:00
polybar aliases
This commit is contained in:
@@ -4,19 +4,21 @@
|
||||
# requires: https://github.com/sdhand/compton
|
||||
corner-radius = 15.0;
|
||||
rounded-corners-exclude = [
|
||||
#"class_g = 'Polybar'",
|
||||
"window_type = 'normal'",
|
||||
"window_type = 'popup'",
|
||||
"window_type = 'menu'",
|
||||
"class_g = 'awesome'",
|
||||
"class_g = 'thunar'",
|
||||
"class_g = 'URxvt'",
|
||||
"class_g = 'XTerm'",
|
||||
"class_g = 'kitty'",
|
||||
"class_g = 'Alacritty'",
|
||||
"class_g = 'code-oss'",
|
||||
"class_g = 'firefox'",
|
||||
"class_g = 'Thunderbird'"
|
||||
#"class_g *= ''",
|
||||
"class_g != 'Polybar'",
|
||||
#"window_type = 'normal'",
|
||||
#"window_type = 'popup'",
|
||||
#"window_type = 'menu'",
|
||||
#"class_g = 'awesome'",
|
||||
#"class_g *= 'thunar'",
|
||||
#"class_g *= 'Thunar'",
|
||||
#"class_g = 'URxvt'",
|
||||
#"class_g = 'XTerm'",
|
||||
#"class_g = 'kitty'",
|
||||
#"class_g = 'Alacritty'",
|
||||
#"class_g = 'code-oss'",
|
||||
#"class_g = 'firefox'",
|
||||
#"class_g = 'Thunderbird'"
|
||||
];
|
||||
|
||||
round-borders = 0;
|
||||
@@ -292,7 +294,7 @@ blur-background-exclude = [
|
||||
# when taking selection screenshot with `main`
|
||||
# https://github.com/naelstrof/maim/issues/130
|
||||
"class_g = 'slop'",
|
||||
"class_g = 'peek'",
|
||||
"class_g *= 'peek'",
|
||||
"class_g = 'xsnow'",
|
||||
"_GTK_FRAME_EXTENTS@:c",
|
||||
"name *= 'overlay'",
|
||||
|
||||
@@ -39,8 +39,10 @@ alias coffeeinf="caffeinate sleep infinity"
|
||||
alias coffee="caffeinate sleep"
|
||||
|
||||
# polybar
|
||||
alias killpoly="killall polybar"
|
||||
alias polybar="setsid polybar"
|
||||
alias repoly="zsh ~/.config/polybar/launch_polybar.sh"
|
||||
alias repoly_float="zsh ~/.config/polybar/launch_polybar_floating.sh"
|
||||
|
||||
# nano
|
||||
alias nano="nano -c"
|
||||
|
||||
Reference in New Issue
Block a user