From 8cd1f258c979333803afc136a0897fd04eb8a98d Mon Sep 17 00:00:00 2001 From: CadaverLab Date: Thu, 15 Mar 2018 16:26:00 -0300 Subject: [PATCH] dem pre-AlgoSix jitters --- .config/bspwm/bspwmrc | 4 +- .config/ncmpcpp/config | 3 - .config/sxhkd/sxhkdrc | 2 +- .local/share/rofi/themes/dmenu2.rasi | 39 ++-- .local/share/rofi/themes/sbarr.rasi | 45 +++-- .zshrc | 4 +- paketes.txt | 277 +++++++++++++++++++++++++++ paurketos.txt | 80 ++++++++ 8 files changed, 409 insertions(+), 45 deletions(-) create mode 100644 paketes.txt create mode 100644 paurketos.txt diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index 6f97841..96c4f87 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -4,7 +4,7 @@ bspc monitor -d 1 2 3 4 5 6 7 8 9 10 gap=8 pad=6 -b_width=4 +b_width=1 export b_width export gap export pad @@ -74,6 +74,6 @@ export _JAVA_OPTIONS='-Dsun.java2d.opengl=true' # External rules bspc config external_rules_command `$HOME/.config/bspwm/external_rules.sh` -2bspwm & +#2bspwm & . $HOME/.config/bspwm/autostart diff --git a/.config/ncmpcpp/config b/.config/ncmpcpp/config index 5cf9bf6..0af8eec 100644 --- a/.config/ncmpcpp/config +++ b/.config/ncmpcpp/config @@ -26,9 +26,6 @@ state_line_color = black statusbar_color = magenta empty_tag_color = "blue" state_flags_color = "red" -active_column_color = "green" -color1 = "yellow" -color2 = "white" # HEADER alternative_header_first_line_format = "$8%t$9" diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 08130cc..2c1d37c 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -34,7 +34,7 @@ super + {Up,Down,Left,Right} # Run Applications super + {m,b,v,q,z,e,x,n,c} - {mousepad,firefox,pavucontrol,oblogout,termite,thunar,skyterm,nmcli_rofi,kal} + {mousepad,firefox,pavucontrol,oblogout,termite,thunar,skyterm,networkmanager_dmenu,kal} super + {space,r,s} rofi -show {drun,run,window} diff --git a/.local/share/rofi/themes/dmenu2.rasi b/.local/share/rofi/themes/dmenu2.rasi index c476f26..86988d3 100644 --- a/.local/share/rofi/themes/dmenu2.rasi +++ b/.local/share/rofi/themes/dmenu2.rasi @@ -1,3 +1,8 @@ +/** + * User: deadguy + * Copyright: deadguy + */ + * { background-color: #121212; foreground: #e0d0c3; @@ -23,7 +28,7 @@ font: "Ibm Plex Sans 9"; } -#window { +window { anchor: northwest; width: 100%; location: northwest; @@ -32,18 +37,18 @@ children: [ horibox ]; } -#horibox { +horibox { orientation: horizontal; children: [ prompt,entry,listview ]; } -#listview { +listview { spacing: 5px 10px; lines: 100; layout: horizontal; } -#entry { +entry { expand: false; width: 20em; text-color: @normal-foreground; @@ -51,58 +56,56 @@ padding: 5px; } -#element { - padding: 5px; -} +element { padding: 5px; } -#element.normal.normal { +element.normal.normal { background-color: @normal-background; text-color: @normal-foreground; } -#element.normal.urgent { +element.normal.urgent { background-color: @urgent-background; text-color: @urgent-foreground; } -#element.normal.active { +element.normal.active { background-color: @active-background; text-color: @active-foreground; } -#element.selected.normal { +element.selected.normal { background-color: @selected-normal-background; text-color: @selected-normal-foreground; } -#element.selected.urgent { +element.selected.urgent { background-color: @selected-urgent-background; text-color: @selected-urgent-foreground; } -#element.selected.active { +element.selected.active { background-color: @selected-active-background; text-color: @selected-active-foreground; } -#element.alternate.normal { +element.alternate.normal { background-color: @anormal-background; text-color: @normal-foreground; } -#element.alternate.urgent { +element.alternate.urgent { background-color: @urgent-background; text-color: @urgent-foreground; } -#element.alternate.active { +element.alternate.active { background-color: @active-background; text-color: @active-foreground; } -#prompt { +prompt { padding: 5px 7px; margin: 0; text-color: @background-color; background-color: @selected-normal-background; -} +} \ No newline at end of file diff --git a/.local/share/rofi/themes/sbarr.rasi b/.local/share/rofi/themes/sbarr.rasi index bdb4e7c..f7e2e02 100644 --- a/.local/share/rofi/themes/sbarr.rasi +++ b/.local/share/rofi/themes/sbarr.rasi @@ -1,3 +1,8 @@ +/** + * User: deadguy + * Copyright: deadguy + */ + configuration { display-drun: "Activate"; display-run: "Execute"; @@ -7,6 +12,8 @@ configuration { sidebar-mode: true; } +/* global settings and color variables */ + * { background-color: #080808; text-color: #d3d7cf; @@ -39,7 +46,7 @@ configuration { padding: 0; } -#window { +window { location: east; anchor: east; height: 100%; @@ -50,83 +57,81 @@ configuration { border-color: @active-background; } -#mainbox { +mainbox { spacing: 0.8em; children: [ entry,listview,sidebar ]; } -#button { padding: 5px 2px; } +button { padding: 5px 2px; } -#button selected { +button selected { background-color: @active-background; text-color: @background-color; } -#inputbar { +inputbar { padding: 5px; spacing: 5px; } -#listview { +listview { spacing: 0.5em; dynamic: false; cycle: true; } -#element { padding: 10px; } +element { padding: 10px; } -#entry { +entry { expand: false; text-color: @normal-foreground; vertical-align: 1; padding: 5px; } -#element.normal.normal { +element.normal.normal { background-color: @normal-background; text-color: @normal-foreground; } -#element.normal.urgent { +element.normal.urgent { background-color: @urgent-background; text-color: @urgent-foreground; } -#element.normal.active { +element.normal.active { background-color: @active-background; text-color: @active-foreground; } -#element.selected.normal { +element.selected.normal { background-color: @selected-normal-background; text-color: @selected-normal-foreground; border: 0 5px solid 0 0; border-color: @winbg; } -#element.selected.urgent { +element.selected.urgent { background-color: @selected-urgent-background; text-color: @selected-urgent-foreground; } -#element.selected.active { +element.selected.active { background-color: @selected-active-background; text-color: @selected-active-foreground; } -#element.alternate.normal { +element.alternate.normal { background-color: @normal-background; text-color: @normal-foreground; } -#element.alternate.urgent { +element.alternate.urgent { background-color: @urgent-background; text-color: @urgent-foreground; } -#element.alternate.active { +element.alternate.active { background-color: @active-background; text-color: @active-foreground; -} - -/* vim:ft=css */ +} \ No newline at end of file diff --git a/.zshrc b/.zshrc index 0366524..dd5472d 100644 --- a/.zshrc +++ b/.zshrc @@ -1,6 +1,8 @@ # -*- mode: shell-script -*- # vim:ft=zsh +calcurse -r7 --format-apt=" - %m (%S a %E)\n" --format-recur-apt=" - %m (%S a %E)\n" + # Exports {{{ export PATH="/usr/lib/ccache/bin/:$PATH" export EDITOR="nvim" @@ -524,7 +526,7 @@ zplugin ice wait"2" lucid as"program" atclone'perl Makefile.PL PREFIX=$ZPFX' atp zplugin light k4rthik/git-cal zplugin snippet OMZ::lib/git.zsh zplugin snippet OMZ::plugins/git/git.plugin.zsh -source ~/.zplugin/plugins/tj---git-extras/etc/git-extras-completion.zsh +source ~/.config/zsh/zplugin/plugins/tj---git-extras/etc/git-extras-completion.zsh # Load the pure theme, with zsh-async that's bundled with it zplugin load mafredri/zsh-async diff --git a/paketes.txt b/paketes.txt new file mode 100644 index 0000000..3ef83ca --- /dev/null +++ b/paketes.txt @@ -0,0 +1,277 @@ +accountsservice +acpid +adobe-source-code-pro-fonts +aisleriot +alsa-oss +amsynth +arduino +arduino-avr-core +atool +audacity +autoconf +automake +autopep8 +b43-fwcutter +bison +blender +blueman +bmenu +bspwm +bzr +cadence +calf +catfish +catimg +ccache +clang +cmake +compton +cpupower +crda +cronie +ctags +dash +dconf-editor +dhclient +dhcpcd +dhex +discount +dnsmasq +downgrade +ecryptfs-utils +efitools +ethtool +exfat-utils +f2fs-tools +fd +ffmpeg2.8 +ffmpegthumbnailer +file-roller +firefox +fontforge +ghex +gimp-plugin-gmic +gimp-plugin-lqr +gimp-ufraw +gparted +grub +gsimplecal +gst-libav +gst-plugins-good +gst-plugins-ugly +gucharmap +gufw +gvfs-afc +gvfs-gphoto2 +gvfs-mtp +gvfs-smb +haveged +hdparm +highlight +htop +hub +hydrogen +imv +inkscape +intel-ucode +iputils +ipw2100-fw +ipw2200-fw +irssi +jfsutils +jq +lib32-mesa-demos +lib32-openal +libdvdcss +libgsf +libopenraw +libpng12 +libunrar +links +linux-rt-manjaro +linux-rt-manjaro-headers +linux44-headers +linux44-ndiswrapper +lmms +logrotate +lrzip +lsof +lxappearance-gtk3 +lynx +lzop +maim +make +man-db +man-pages +manjaro-alsa +manjaro-firmware +manjaro-hotfixes +manjaro-pulse +manjaro-release +mediainfo +memtest86+ +mencoder +minted +mkinitcpio-nfs-utils +mlocate +mousepad +mpc +mpd +mpv +mtr +namcap +nano +nbd +ncdu +ncmpcpp +net-snmp +netctl +network-manager-applet +networkmanager-dispatcher-ntpd +networkmanager-openconnect +networkmanager-openvpn +networkmanager-pptp +networkmanager-vpnc +nfs-utils +nilfs-utils +nss-mdns +oblogout-manjaro +obs-studio +odt2txt +open-fuse-iso +openssh +os-prober +p7zip +paprefs +parallel +patch +pavucontrol +pd-l2ork +perl-clone +perl-curses-ui +perl-dbi +perl-image-exiftool +perl-mime-types +perl-text-charwidth +perl-xml-libxml +pkg-config +pkgbrowser +pkgfile +polkit-gnome +poppler-data +powertop +ps_mem +pulseaudio-bluetooth +pulseaudio-ctl +pulseaudio-equalizer +pulseaudio-jack +pulseaudio-zeroconf +python-isort +python-lxml +python-mpd2 +python-neovim +python-opengl +python-pillow +python-pip +python-pycurl +python-pytest-cache +python-pytest-flake8 +python2-lxml +python2-numpy +qalculate-gtk +qsynth +qt5-tools +qutebrowser +redshift +refind-efi +reiserfsprogs +rp-pppoe +rsync +s-nail +sdparm +seahorse +smartmontools +soundfont-fluid +sox +squashfs-tools +srandrd +surfraw +swh-plugins +sxhkd +sxiv-rifle +syslinux +systemd-sysvcompat +tap-plugins +termite +testdisk +texlive-fontsextra +texlive-formatsextra +texlive-science +the_silver_searcher +thunar-shares-plugin-manjaro +thunar-volman +tig +tmux +transmission-cli +tree +ttf-anonymous-pro +ttf-montserrat +tumbler +unace +unarj +uncrustify +unrar +usb_modeswitch +usbutils +vco-plugins +w3m +wah-plugins +which +wireless_tools +wmctrl +wmutils +x264 +xcursor-simpleandsoft +xcursor-vanilla-dmz-aa +xdg-su +xdg-user-dirs +xdo +xdotool +xf86-input-elographics +xf86-input-evdev +xf86-input-keyboard +xf86-input-mouse +xf86-input-void +xf86-video-intel +xfce4-power-manager +xorg-fonts-misc +xorg-iceauth +xorg-sessreg +xorg-twm +xorg-xbacklight +xorg-xcmsdb +xorg-xdpyinfo +xorg-xdriinfo +xorg-xev +xorg-xfd +xorg-xgamma +xorg-xhost +xorg-xinit +xorg-xkill +xorg-xlsatoms +xorg-xlsclients +xorg-xrefresh +xorg-xsetroot +xorg-xvinfo +xsel +xtitle +youtube-dl +youtube-viewer +zathura-cb +zathura-djvu +zathura-pdf-mupdf +zathura-ps +zd1211-firmware +zsh-history-substring-search +zsh-syntax-highlighting +zynaddsubfx diff --git a/paurketos.txt b/paurketos.txt new file mode 100644 index 0000000..6e2e529 --- /dev/null +++ b/paurketos.txt @@ -0,0 +1,80 @@ +archivo-narrow +boxes-git +calcurse-git +colort-git +deflemask +discord +distrho-lv2-git +distrho-vst-git +dpf-plugins-git +dunst-git +figlet-fonts +flif-git +fritzing +gimp-font-rendering-fix +gimp-plugin-akkana-git +gimp-plugin-create-layer-mask-from +gimp-plugin-duplicate-to-another-image +gimp-plugin-laso +gimp-plugin-layer-via-copy-cut +gimp-plugin-layerfx +gimp-plugin-satequalizer +gimp-plugin-scale-layer-to-image-size +gimp-plugin-toy +gimp-plugin-wavelet-sharpen +gimp-webp +gnome-vfs +godot +gohufont +helm-vst +hsetroot +ibniz-git +img2xterm +imlib2-bpg-git +imlib2-webp-git +jp2a +libbpg +megatools +modprobed-db +mons +ncpamixer-git +neomutt-git +neovim-drop-in +openav-artyfx-git +pablodraw +pacnews-neovim +papirus-icon-theme-git +perl-extract-url +perl-getopt-long-descriptive +perl-glib-object-introspection +perl-uri-find +pikaur-git +pmount +pulsemixer +python-language-server +python-lolcat +ranger-git +rar +reaper +rofi-git +rtv +sc3-plugins-git +shellcheck-static +soulseekqt +terminus-font-ll2-td1 +thunar-archive-plugin-git +thunar-media-tags-plugin-git +thunar-vcs-plugin-git +toilet-fonts +transmission-remote-cli-git +trizen +ttf-clear-sans +ttf-ibm-plex-git +ttf-iosevka +ttf-iosevka-term +ttf-sarasa-gothic +unclutter-xfixes-git +urlview +xcursor-alkano-default +yetris +zsh-completions-git