all repos — dotfiles @ 523a4ffc8d05c4866109788bc9059bb886e73166

my *nix dotfiles

New xfwm4 rice

Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Thu, 05 Dec 2019 21:17:13 +0530
commit

523a4ffc8d05c4866109788bc9059bb886e73166

parent

fd6190ecf23ff82b793e3facd22a815cbb3a75c9

M .Xresources.Xresources

@@ -5,22 +5,22 @@ ! _ / |/ / / __(__ ) /_/ / /_/ / / / /__/ __(__ )

!(_)_/|_/_/ \___/____/\____/\__,_/_/ \___/\___/____/ ! -#define base00 #1c2023 -#define base01 #393f45 -#define base02 #565e65 -#define base03 #747c84 -#define base04 #adb3ba -#define base05 #c7ccd1 -#define base06 #dfe2e5 -#define base07 #f3f4f5 -#define base08 #c7ae95 -#define base09 #c7c795 -#define base0A #aec795 -#define base0B #95c7ae -#define base0C #95aec7 -#define base0D #ae95c7 -#define base0E #c795ae -#define base0F #c79595 +#define base00 #f8f8f8 +#define base01 #e8e8e8 +#define base02 #d8d8d8 +#define base03 #b8b8b8 +#define base04 #585858 +#define base05 #383838 +#define base06 #282828 +#define base07 #181818 +#define base08 #ab4642 +#define base09 #dc9656 +#define base0A #f79a0e +#define base0B #538947 +#define base0C #4b8093 +#define base0D #7cafc2 +#define base0E #96609e +#define base0F #a16946 *foreground: base05 #ifdef background_opacity

@@ -47,7 +47,6 @@ *color12: base04

*color13: base06 *color14: base0F *color15: base07 - ! Urxvt config !---------------------
M bash/promptbash/prompt

@@ -43,12 +43,9 @@ echo -ne "\001${gry}\002$(dirs +0)\001${rst}\002"

} rootornot() { - if [[ "$(id -u)" -eq 0 ]]; then + [[ "$(id -u)" -eq 0 ]] && echo -ne "\001${red}\002#\001${rst}\002" - else - echo -ne ";" - fi } -PS1='\n$(prompt_pwd)$(git_branch)$(dirtyorclean)\n$(rootornot) ' +PS1='\n$(prompt_pwd)$(git_branch)$(dirtyorclean)$(rootornot) ' PS2="> "
M bin/infobin/info

@@ -17,7 +17,7 @@ BCYN="\e[36m"

WHT="\e[37m" RST="\e[0m" -BAR="▁▁▁▁" +BAR="█▓▒░" ((LEN = ${#BAR} * 6)) COLOR_BARS="$RED$BAR$GRN$BAR$YLW$BAR$BLU$BAR$PUR$BAR$CYN$BAR$RST"

@@ -82,7 +82,7 @@ printf "%s%b" "$PADC" "${CYN}$user${RST}@${CYN}$host${RST}\n"

printf "%s%b" "$PADC" "os: ${CYN}$os${RST}\n" printf "%s%b" "$PADC" "kernel: ${CYN}$kernel${RST}\n" printf "%s%b" "$PADC" "pkgs: ${CYN}$pkgs${RST}\n" -printf "%s%b" "$PADC" "wm: ${CYN}$wm${RST}\n" +printf "%s%b" "$PADC" "wm: ${CYN}$wm${RST}\n" printf "%s%b" "$PADC" "shell: ${CYN}$shell${RST}\n" printf "%s%b" "$PADC" "$COLOR_BARS\n"
M config/sxhkd/sxhkdrcconfig/sxhkd/sxhkdrc

@@ -6,7 +6,7 @@ #|___/_/\_\_| |_|_|\_\__,_|_| \___|

# super + Return - urxvtc + urxvtc -cd "/home/icy" super + d rofi -show run

@@ -16,3 +16,27 @@ ~/bin/lock.sh

super + p rofi-pass + +XF86AudioRaiseVolume + pamixer -i 2 + +XF86AudioLowerVolume + pamixer -d 2 + +XF86AudioMute + pamixer -t + +XF86MonBrightnessUp + xbacklight -inc 5 + +XF86MonBrightnessDown + xbacklight -dec 5 + +Print + scr -f + +ctrl + Print + scr -w + +ctrl + shift + Print + scr -s
M config/user-dirs.dirsconfig/user-dirs.dirs

@@ -5,7 +5,7 @@ # Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped

# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an # absolute path. No other format is supported. # -XDG_DESKTOP_DIR="$HOME" +XDG_DESKTOP_DIR="$HOME/" XDG_DOWNLOAD_DIR="$HOME/downloads" XDG_TEMPLATES_DIR="$HOME" XDG_PUBLICSHARE_DIR="$HOME"
M config/xfwm4/autostartconfig/xfwm4/autostart

@@ -1,9 +1,4 @@

xrdb -load .Xresources & -xfsettingsd & -xfce4-power-manager & sxhkd & redshift & -/home/icyphox/bin/bar.sh & -xfdesktop & -xset b off -urxvtd & +/home/icy/bin/bar.sh &
M config/zathura/zathurarcconfig/zathura/zathurarc

@@ -2,22 +2,22 @@ set incremental-search true

set recolor "true" -set default-bg "#1c2023" -set default-fg "#c7ccd1" +set default-bg "#f8f8f8" +set default-fg "#383838" -set completion-bg "#1c2023" -set completion-fg "#c7ccd1" -set completion-highlight-bg "#ae95c7" -set completion-highlight-fg "#c7ccd1" +set completion-bg "#f8f8f8" +set completion-fg "#383838" +set completion-highlight-bg "#7cafc2" +set completion-highlight-fg "#383838" -set statusbar-bg "#ae95c7" -set statusbar-fg "#1c2023" +set statusbar-bg "#7cafc2" +set statusbar-fg "#f8f8f8" -set inputbar-bg "#1c2023" -set inputbar-fg "#c7ccd1" +set inputbar-bg "#f8f8f8" +set inputbar-fg "#383838" -set recolor-darkcolor "#c7ccd1" -set recolor-lightcolor "#1c2023" +set recolor-darkcolor "#383838" +set recolor-lightcolor "#f8f8f8" set window-height "800" set window-width "600"
M readme.mdreadme.md

@@ -1,5 +1,5 @@

# dotfiles > my Linux configs -![scrot](https://i.redd.it/neotv4b7d4p31.png) +![scrot](https://x.icyphox.sh/WSX.png)
M themes/whitey/xfwm4/themercthemes/whitey/xfwm4/themerc

@@ -7,5 +7,5 @@ title_vertical_offset_active=1

title_vertical_offset_inactive=1 -active_text_color=#222222 -inactive_text_color=#bebebe +active_text_color=#f8f8f8 +inactive_text_color=#f8f8f8
M weechat/weechat.confweechat/weechat.conf

@@ -387,6 +387,7 @@ default.buffer = "irc;rizon.#crimson;4"

default.buffer = "irc;rizon.#homescreen;5" default.buffer = "irc;rizon.#linux;6" default.buffer = "irc;rizon.#rice;7" +default.buffer = "irc;rizon.#xmas;8" default.window = "1;0;0;0;irc;rizon.Carp" default.current = on
M x/.xinitrcx/.xinitrc

@@ -1,4 +1,4 @@

-#!/usr/bin/env dash +#!/usr/bin/env bash # _ _ _ # __ _(_)_ __ (_) |_ _ __ ___

@@ -10,7 +10,9 @@

setxkbmap -option 'grp:alt_shift_toggle' -layout us,ru -option 'compose:caps' urxvtd & devmon & -source ~/.fehbg +~/.fehbg & eval $(/usr/bin/gnome-keyring-daemon --start --components=gpg,pkcs11,secrets,ssh) -libinput-gestures-setup start -exec i3 +sxhkd & +~/bin/bar.sh & +xrdb -l ~/.Xresources +exec xfwm4