bump version

This commit is contained in:
lelgenio 2020-03-12 23:13:31 -03:00
parent 0eba1c48fd
commit 8d89bc4e28
16 changed files with 102 additions and 103 deletions

View File

@ -26,5 +26,5 @@
{
"key": "f11",
"command": "workbench.action.toggleZenMode"
},
}
]

View File

@ -1,12 +1,19 @@
{
// Remove clutter
// "window.titleBarStyle": "custom",
"window.menuBarVisibility": "toggle",
"workbench.activityBar.visible": false,
"workbench.editor.showTabs": false,
"editor.minimap.renderCharacters": false,
"workbench.editor.closeEmptyGroups": true,
"workbench.editor.tabCloseButton": "off",
"window.titleBarStyle": "custom",
// "window.menuBarVisibility": "toggle",
// "workbench.activityBar.visible": false,
// "workbench.editor.showTabs": false,
// "workbench.editor.enablePreview": false,
// "workbench.editor.enablePreviewFromQuickOpen": true,
// "breadcrumbs.enabled": false,
// "editor.minimap.renderCharacters": false,
// "workbench.editor.closeEmptyGroups": true,
// "workbench.editor.tabCloseButton": "off",
// "workbench.statusBar.visible": false,
// "explorer.openEditors.visible": 0,
"debug.openDebug": "openOnDebugBreak",
// "debug.internalConsoleOptions": "none",
// Don't ask
"git.autofetch": true,
"git.confirmSync": false,
@ -17,7 +24,7 @@
"window.closeWhenEmpty": true,
// Rendering
"terminal.integrated.rendererType": "dom",
"editor.renderWhitespace": "boundary",
"editor.renderWhitespace": "none",
"window.zoomLevel": 0,
"vim.foldfix": true,
// Fonts
@ -26,6 +33,9 @@
"editor.fontSize": 15,
"editor.fontLigatures": true,
// Vim
"vim.useSystemClipboard": true,
"vim.enableNeovim": true,
"vim.neovimPath": "/usr/bin/nvim",
"vim.normalModeKeyBindings": [
{
"before": [
@ -43,6 +53,15 @@
"commands": [
"workbench.action.showCommands"
]
},
{
"before": [
"t",
"t"
],
"commands": [
"workbench.action.terminal.focus"
]
}
],
// Gay colors
@ -50,31 +69,6 @@
"materialTheme.accent": "Red",
"workbench.iconTheme": "material-icon-theme",
"material-icon-theme.folders.color": "#cc5757",
"vim.statusBarColorControl": true,
"vim.statusBarColors.insert": [
"#cc5757",
"#fff"
],
"vim.statusBarColors.normal": [
"#202020",
"#fff"
],
"vim.statusBarColors.visual": [
"#5757cc",
"#fff"
],
"vim.statusBarColors.visualblock": [
"#5757cc",
"#fff"
],
"vim.statusBarColors.visualline": [
"#5757cc",
"#fff"
],
"vim.statusBarColors.replace": [
"#DD2020",
"#fff"
],
"workbench.colorCustomizations": {
"minimap.selectionHighlight": "#CC5757",
"editorCursor.background": "#fff",
@ -102,19 +96,27 @@
"menubar.selectionForeground": "#cc5757",
"editor.findMatchBorder": "#cc5757",
"selection.background": "#cc575740",
"statusBar.background": "#007acc",
"statusBar.noFolderBackground": "#007acc",
"statusBar.debuggingBackground": "#007acc"
"statusBar.background": "#202020",
"statusBar.noFolderBackground": "#202020",
"statusBar.debuggingBackground": "#202020",
"statusBar.foreground": "#fff"
},
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"debug.allowBreakpointsEverywhere": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
"**/.factorypath": true,
"**/__pycache__": true
},
// "[jsonc]": {
// "editor.defaultFormatter": "HookyQR.beautify"
// },
"python.testing.unittestEnabled": true,
"python.dataScience.enabled": true,
"python.dataScience.sendSelectionToInteractiveWindow": true
}

View File

@ -30,7 +30,7 @@ set -x PAGER less
clear
exec startx i3
end
if test "$XDG_VTNR"=1 -a ! "$DISPLAY" -a "$XDG_SESSION_TYPE"="tty" #faster like this
if test "$XDG_VTNR" = 1 -a -z "$DISPLAY" #faster like this
if systemctl -q is-active graphical.target
export _JAVA_AWT_WM_NONREPARENTING=1
export GTK_CSD=0

View File

@ -64,7 +64,7 @@
frame_width = 3
# Defines color of the frame around the notification window.
frame_color = "#aaaaaa"
frame_color = "#cc5757"
# Define a color for the separator.
# possible values are:
@ -359,10 +359,10 @@
# pushback: same as delay, but when switching into fullscreen, the notification will get
# withdrawn from screen again and will get delayed like a new notification
[fullscreen_delay_everything]
fullscreen = show
#[fullscreen_show_critical]
# msg_urgency = critical
# fullscreen = show
fullscreen = delay
[fullscreen_show_critical]
msg_urgency = critical
fullscreen = show
#[espeak]
# summary = "*"
@ -407,8 +407,8 @@
# summary = *twitter.com*
# urgency = normal
#
#[stack-volumes]
# appname = "some_volume_notifiers"
# set_stack_tag = "volume"
[stack-volumes]
appname = pavolume
set_stack_tag = "volume"
#
# vim: ft=cfg

View File

@ -17,7 +17,7 @@
set $right l
set $term termite
set $menu rofi -show drun -p'Iniciar: '
set $menu bmenu run $term
font pango:Hack 14px
# }}}
@ -138,13 +138,6 @@
# Move focus to the parent container
bindsym $mod+a focus parent
# }}}
# Scratchpad: {{{
#
# Move the currently focused window to the scratchpad
bindsym $mod+Shift+minus move scratchpad
# Show the next scratchpad window
bindsym $mod+minus scratchpad show
#}}}
# Screenshots: {{{
#
@ -170,14 +163,14 @@
for_window [class=pavucontrol] floating enable
# Volume controll
bindsym XF86AudioRaiseVolume exec pamixer -i 5
bindsym XF86AudioLowerVolume exec pamixer -d 5
bindsym XF86AudioMute exec pamixer -t
bindsym XF86AudioRaiseVolume exec pavolume volup 5
bindsym XF86AudioLowerVolume exec pavolume voldown 5
bindsym XF86AudioMute exec pavolume mutetoggle
# Media player controls
bindsym XF86AudioPlay exec mpc toggle
bindsym XF86AudioNext exec mpc next
bindsym XF86AudioPrev exec mpc prev
bindsym XF86AudioPlay exec playerctl -p mpd play-pause
bindsym XF86AudioNext exec playerctl -p mpd next
bindsym XF86AudioPrev exec playerctl -p mpd previous
bindsym $mod+Shift+x exec musmenu delete
bindsym $mod+Shift+s exec musmenu search
@ -200,10 +193,10 @@
client.unfocused $bg_color $bg_color $fg_color $bg_color $bg_color
client.urgent $alert $alert $fg_color $alert $alert
exec_always polybar_run
# exec_always polybar_run
default_border pixel 2
gaps inner 5
gaps inner 10
smart_gaps on
smart_borders on
@ -221,6 +214,8 @@
# Daemons {{{
#
#Compositor
exec picom
#Notification Daemon
exec dunst
# Block device Mounter to /run/media/<username>

View File

@ -332,11 +332,11 @@ exec = ~/.local/bin/forecast
; [settings]{{{
[settings]
format-padding = 1
screenchange-reload = true
; screenchange-reload = true
;compositing-background = xor
;compositing-background = screen
;compositing-foreground = source
;compositing-border = over
; compositing-border = over
;pseudo-transparency = false
; }}}
; [global/wm]{{{

View File

@ -6,7 +6,7 @@ font_size 12
cursor #cc5757
background #202020
foreground #dddddd
# background_opacity 0.97
background_opacity 0.9
# black

View File

@ -34,6 +34,9 @@
\ 'do': 'bash install.sh',
\}
" Debugger
Plug 'vim-vdebug/vdebug'
" Fuzzy find
Plug 'junegunn/fzf'
@ -195,6 +198,9 @@ call plug#end()
\ 'cpp': ['cquery', '--log-file=/tmp/cq.log'],
\ }
" Auto format on save
autocmd BufWritePre *.py call LanguageClient#textDocument_formatting_sync()
let g:deoplete#enable_at_startup = 1
call deoplete#custom#source('LanguageClient',

View File

@ -106,7 +106,8 @@ set preview_images true
# while slower, this allows remote previews,
# for example during an ssh session.
# Tmux is unsupported.
set preview_images_method kitty
# set preview_images_method kitty
# Delay in seconds before displaying an image with the w3m method.
# Increase it in case of experiencing display corruption.

View File

@ -30,7 +30,7 @@ format_weather(){
WEATHER=""
;;
"Rain"|"Drizzle")
WEATHER=""
WEATHER=""
;;
"Mist")
WEATHER=""

View File

@ -1,17 +1,8 @@
#!/bin/sh
set -e
MENU(){
if [ -n "$SWAYSOCK" ];then
# bmenu -i $@
wofi -dIk/dev/null $@
else
rofi -dmenu -i $@
fi
}
search(){
music=$(mpc playlist --format '%artist% : %title%' | sed '/^ : $/d' | MENU)
music=$(mpc playlist --format '%artist% : %title%' | sed '/^ : $/d' | wdmenu)
if [ "$music" == "" ]
then
exit 1
@ -25,7 +16,7 @@ search(){
delete(){
current=~/Música/"$(mpc current -f %file%)"
answer=$(echo -e "nothing\n$current" | MENU -p"delete?" )
answer=$(echo -e "nothing\n$current" | wdmenu -p"delete?" )
if [ "$answer" == "$current" ]
then
trash "$answer"

View File

@ -1,16 +1,7 @@
#!/bin/sh
MENU(){
if [ -n "$SWAYSOCK" ];then
wofi -dIk/dev/null $@
# bmenu -i $@
else
rofi -dmenu -i $@
fi
}
opts="Fone\nSpeaker\nHDMI"
out=$(echo -e $opts | MENU -p "Saida:")
out=$(echo -e $opts | wdmenu -p "Saida:")
vol=$(pamixer --get-volume)
if [ "$out" == "HDMI" ]

View File

@ -25,16 +25,17 @@
# }}}
# Output configuration {{{
#
output * bg '#212121' solid_color
output * bg '#252525' solid_color
# output * bg /usr/share/backgrounds/gnome/adwaita-night.jpg fill
# Output HDMI-A-1 resolution 1280x720
# output HDMI-A-1 resolution 1280x720
#Disable laptop screen if closed, --reload is important
# Disable laptop screen if closed, --reload is important
set $laptop eDP-1
bindswitch --reload lid:on output $laptop disable
bindswitch --reload lid:off output $laptop enable
# output $laptop disable
bindsym $mod+o output eDP-1 toggle
exec_always swaymsg -t get_outputs | grep HDMI && swaymsg 'output eDP-1 disable'
# Backlight settings for laptops
exec sudo light -N 1
@ -297,15 +298,15 @@
exec fusuma
exec sh -c 'pkill fusuma; fusuma'
# Blue light filter
exec redshift
exec_always sh -c 'pkill redshift; redshift'
# kde connect
exec /usr/lib/kdeconnectd
exec kdeconnect-indicator
# Telegram
exec telegram-desktop
exec telegram-desktop-bin || telegram-desktop
# Music Player Daemon
exec sh -c 'pkill mpd; mpd'
exec sh -c 'pkill mpDris2; mpDris2'
exec sh -c 'pgrep mpd || mpd'
exec sh -c 'pgrep mpDris2|| mpDris2'
# lock screen after a period of inactivity execp for fullscreen
for_window [class=.*] inhibit_idle fullscreen
exec swayidle -w \

View File

@ -1,5 +1,5 @@
* {
font: 14px Inter, Font Awesome;
font: 14px Inter, Font Awesome, FuraCode Nerd Font;
border-radius:0;
margin:0;
padding: 0;
@ -7,10 +7,14 @@
}
window#waybar {
background-color: #202020;
background-color: rgba(30,30,30,.9);
border-bottom: 2px solid #191919;
}
window#waybar.solo {
background-color: #202020;
}
window#waybar.empty {
background-color: transparent;
border:none;

View File

@ -6,7 +6,7 @@ bold_is_bright = true
#cell_width_scale = 1.0
#clickable_url = true
#dynamic_title = true
font = Roboto Mono 12
font = Fira Code 12
#fullscreen = true
#icon_name = terminal
#mouse_autohide = false

View File

@ -45,11 +45,15 @@ export PAGER=less
}
ei3() {
clear
exec startx i3
exec startx /usr/bin/i3
}
ebsp(){
clear
exec startx /usr/bin/bspwm
}
if [[ $XDG_VTNR -eq 1 ]] #faster like this
then
if systemctl -q is-active graphical.target && [[ ! $DISPLAY ]]
if systemctl -q is-active graphical.target && [[ -z "$DISPLAY" ]]
then
[ -f /etc/X11/xinit/xinitrc.d/30-gtk3-nocsd.sh ] &&
source /etc/X11/xinit/xinitrc.d/30-gtk3-nocsd.sh
@ -58,8 +62,10 @@ export PAGER=less
# 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
# ebsp &> .bsplog
fi
fi
@ -269,3 +275,5 @@ preexec() { echo -ne '\e[5 q' ;}
setopt GLOBSTARSHORT
#}}}
# vim:foldmethod=marker
source /home/lelgenio/.config/broot/launcher/bash/br