minor changes

This commit is contained in:
lelgenio 2019-12-22 21:36:47 -03:00
parent 71e7028320
commit a26db44518
6 changed files with 25 additions and 7 deletions

View File

@ -1 +1,3 @@
autofit=50%
slang=por
fullscreen

View File

@ -17,7 +17,7 @@
set $right l
set $term kitty
set $menu wofi --show drun -i -p'Iniciar: '
set $menu wofi --show drun --allow-images --insensitive -p'Iniciar: '
font pango:Hack 14px
# }}}
@ -261,7 +261,7 @@
smart_gaps on
smart_borders on
for_window [app_id=mpv] floating enable
# for_window [app_id=mpv] floating enable
for_window [app_id=weather] floating enable
# for_window [app_id=weather] resize set 635px 700px
for_window [app_id=weather] resize set 1280px 700px

View File

@ -10,6 +10,7 @@
"modules-right": [
"mpd",
"custom/recording",
"custom/spigot",
"tray",
"custom/mail",
"custom/updates",
@ -132,6 +133,12 @@
"interval": 5,
"on-click": "pkill wf-recorder; pkill -SIGRTMIN+5 waybar",
"signal": 5
},
"custom/spigot":{
"format":"{}",
"exec":"pgrep -f spigot.jar>/dev/null && spigot command list | awk '/There are/ {if ($6) print $6}'",
"interval":30,
"on-click":"kitty spigot console"
}
}

View File

@ -47,6 +47,7 @@ window#waybar.empty {
#backlight,
#pulseaudio,
#custom-mail,
#custom-spigot,
#custom-updates,
#custom-weather
{

View File

@ -1,3 +1,7 @@
*{
color:#ccc;
}
window {
background-color: #cc5757;
}

View File

@ -51,13 +51,16 @@ export PAGER=less
then
if systemctl -q is-active graphical.target && [[ ! $DISPLAY ]]
then
if [ -f /usr/lib/libgtk3-nocsd.so.0 ];then
export LD_PRELOAD=/usr/lib/libgtk3-nocsd.so.0
export GTK_CSD=0
fi
export _JAVA_AWT_WM_NONREPARENTING=1
export GTK_CSD=0
export LD_PRELOAD=/usr/lib/libgtk3-nocsd.so.0
export _JAVA_OPTIONS='-Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel -Dswing.crossplatformlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel'
export XCURSOR_THEME=capitaine-cursors
export GTK_THEME=materia-custom-accent:dark
esway > .swaylog
# ei3 > .i3log
esway &> .swaylog
# ei3 &> .i3log
fi
fi
@ -116,7 +119,7 @@ preexec() { echo -ne '\e[5 q' ;}
# }}}
# Plugins {{{
#
export ZPLUG_HOME=~/.local/share/zplug
ZPLUG_HOME=$HOME/.local/share/zplug
if [ ! -d $ZPLUG_HOME ]
then
git clone https://github.com/zplug/zplug $ZPLUG_HOME
@ -149,6 +152,7 @@ preexec() { echo -ne '\e[5 q' ;}
# zplug "denysdovhan/spaceship-prompt", use:spaceship.zsh, from:github, as:theme
zplug "romkatv/powerlevel10k", as:theme, depth:1
if ! zplug check
then
zplug install