Skip to content

Commit

Permalink
big big changes uno
Browse files Browse the repository at this point in the history
  • Loading branch information
beffiom committed Oct 20, 2020
1 parent 76eae1c commit 7c66bc4
Show file tree
Hide file tree
Showing 395 changed files with 94,020 additions and 86,652 deletions.
2 changes: 1 addition & 1 deletion .bash_profile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export EDITOR="nvim"
export TERMINAL="st"
export LAUNCHER="dmenu_run"
export FILEBROWSER="$TERMINAL -e bash $HOME/.config/vifm/scripts/vifmrun"
export WEBBROWSER="qutebrowser"
export WEBBROWSER="chromium --incognito"
export READER="zathura"
export MUSIC="$TERMINAL -e ncmpcpp"
export EMAIL="$TERMINAL -e neomutt"
Expand Down
1 change: 1 addition & 0 deletions .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ stty -ixon # Disable ctrl-s and ctrl-q.
shopt -s autocd #Allows you to cd into directory merely by typing the directory name.
HISTSIZE= HISTFILESIZE= # Infinite history.

#powerline prompt
powerline-daemon -q
POWERLINE_BASH_CONTINUATION=1
POWERLINE_BASH_SELECT=1
Expand Down
2 changes: 1 addition & 1 deletion .config/appearance/Xresources
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ st.alpha: 1
st.font: Monospace-12;
st.borderpx: 2

!! Colors
! special
*.background: #14161F
*.foreground: #bbc5ff
*.cursorColor: #bbc5ff
Expand Down
91 changes: 29 additions & 62 deletions .config/appearance/picom.conf
Original file line number Diff line number Diff line change
@@ -1,52 +1,32 @@
#############
## GENERAL
#############
backend = "xrender"
mark-wmwin-focused = true;
mark-ovredir-focused = false;
# use-ewmh-active-win = true;
# ROUNDED CORNERS
corner-radius = 15.0;
rounded-corners-exclude = [
"class_g = 'Polybar'",
];
round-borders = 5;

# general settings
experimental-backends = true;
backend = "glx";
vsync = true
detect-rounded-corners = true;
detect-client-opacity = true;
#refresh-rate = 0;
vsync = true;
dbe = false;
# sw-opti = true;
# unredir-if-possible = true;
# unredir-if-possible-delay = 5000;
# unredir-if-possible-exclude = [ ];
focus-exclude = [ "class_g = 'Cairo-clock'" ];
detect-transient = true;
detect-client-leader = true;
invert-color-include = [ ];
# resize-damage = 1;

# GLX backend
# glx-no-stencil = true;
glx-copy-from-front = false;
# glx-use-copysubbuffermesa = true;
# glx-no-rebind-pixmap = true;
# glx-use-gpushader4 = true;

# Window type settings
wintypes:
{
tooltip = { fade = true; shadow = false; opacity = 0.85; focus = true; };
};

#############
## CORNERS
## SHADOW
#############
corner-radius = 10.0;
rounded-corners-exclude = [
#"window_type = 'popup_menu'",
#"class_g = 'URxvt'",
"class_g = 'Polybar'",
#"class_g = 'Rofi'",
];
round-borders = 1;
round-borders-exclude = [
#"class_g = 'TelegramDesktop'",
];
#shadow = true;
#shadow-radius = 45;
#shadow-offset-x = -30;
#shadow-offset-y = -30;
#shadow-opacity = 0.5;
#shadow-red = 0.0;
#shadow-green = 0.0;
#shadow-blue = 0.0;
#shadow-exclude = "class_g = 'Polybar'";
#shadow-ignore-shaped = false;
## shadow-exclude-reg = "x10+0+0";
#xinerama-shadow-crop = false;

##############
### BLUR
Expand Down Expand Up @@ -75,27 +55,11 @@ round-borders-exclude = [
# "_GTK_FRAME_EXTENTS@:c"
#];

#############
## SHADOW
#############
shadow = true;
shadow-radius = 30;
shadow-offset-x = -30;
shadow-offset-y = -30;
shadow-opacity = 0.7;
shadow-red = 0.0;
shadow-green = 0.0;
shadow-blue = 0.0;
# shadow-exclude = "n:e:Notification";
shadow-ignore-shaped = false;
# shadow-exclude-reg = "x10+0+0";
xinerama-shadow-crop = false;

#############
## OPACITY
#############
inactive-opacity = 0.92;
active-opacity = 0.86;
inactive-opacity = 0.88;
active-opacity = 0.76;
frame-opacity = 1;
inactive-opacity-override = false;
inactive-dim = 0.05;
Expand All @@ -107,12 +71,15 @@ opacity-rule = [
"100:class_g *?= 'retroarch'",
"100:class_g *?= 'minetest'",
"100:class_g *?= 'dolphin-emu'",
"100:class_g *?= 'kawanime'",
"100:class_g *?= 'chromium'",
"100:class_g *?= 'mullvad'",
"100:class_g *?= 'freetube'",
"100:class_g *?= 'libreoffice'",
"100:class_g *?= 'librewolf'",
"100:class_g *?= 'Deezloader'",
"100:class_g *?= 'runelite'",
"100:class_g *?= 'com.github.needleandthread.vocal'",
"100:class_g *?= 'xonotic-sdl'",
"100:class_g *?= 'openrct2'",
"100:class_g *?= 'Parkitect.x86_64'",
Expand Down
Binary file modified .config/appearance/wallpaper.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 15 additions & 17 deletions .config/bspwm/bspwmrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,17 @@
#################
### AUTOSTART ##
#################
pkill sxhkd
pkill picom
pkill redshift
pkill dunst
pkill polybar
pkill unclutter
killall sxhkd
killall picom
killall redshift
killall dunst
killall unclutter
doas rfkill unblock bluetooth &
sh ~/.config/polybar/polybar.sh
dunst &
sxhkd &
polybar main &
# polybar mon1 &
picom --config $XDG_CONFIG_HOME/appearance/picom.conf &
xautolock -detectsleep -time 5 -locker slock &
#xautolock -detectsleep -time 5 -locker slock &
# redshift -l 27.950575:-82.457176 -t 6500:3000 &
xrdb ~/.config/appearance/Xresources
xmodmap ~/.config/appearance/Xmodmap
Expand All @@ -25,18 +23,18 @@ setbg
################
### MONITORS ###
################
bspc monitor eDP1 -d 1 2 3 4
bspc monitor HDMI1 -d 5
bspc monitor HDMI1 -d 6
bspc monitor eDP1 -d 1 2 3 4 5

############################
#### BSPWM configuration ###
############################
bspc config border_width 10
bspc config top_padding 40
bspc config border_width 2
bspc config top_padding 50
bspc config bottom_padding 0
bspc config left_padding 0
bspc config right_padding 0
bspc config window_gap 20
bspc config left_padding 40
bspc config right_padding 40
bspc config window_gap 10
bspc config click_to_focus true
bspc config split_ratio 0.50
bspc config top_monocle_padding 17
Expand Down Expand Up @@ -66,7 +64,7 @@ fi
### BSPWM coloring ###
######################
bspc config normal_border_color "#14161F"
bspc config focused_border_color "#14161F"
bspc config focused_border_color "#14161F"
bspc config active_border_color "#14161F"
bspc config urgent_border_color "#ffcb6b"
bspc config presel_feedback_color "#c792ea"
Expand Down
83 changes: 66 additions & 17 deletions .config/castero/castero.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# castero configuration file
# https://github.com/xgi/castero


[client]
# Whether to ask for confirmation before deleting a feed.
# default: False
Expand Down Expand Up @@ -29,13 +28,8 @@ disable_vertical_borders = False
# default: True
clean_html_descriptions = True

# Whether to right-align the current episode time/duration.
# default: False
right_align_time = False

# The display refresh delay, in ms. Lower for better responsiveness but higher
# CPU usage.
# default: 70
# The display refresh delay, in ms. Increase to reduce idle CPU usage.
# default: 30
refresh_delay = 70

# The external player to use for media playback.
Expand All @@ -44,7 +38,34 @@ refresh_delay = 70
# Available players (in order of precedence):
# mpv, vlc
# default: (blank)
player =
player = mpv

# The command to run when you press key_execute (default e). All instances of
# the following tokens are replaced with the corresponding episode attributes:
# {file} - the episode enclosure, usually a remote mp3 file
# {title} - the episode name
# {description} - the episode description
# {link} - the link to the episode, which is often a blog post
# {pubdate} - the publish date/time of the episode
# {copyright} - the copyright of the episode
# Most of these attributes have spaces, so you will probably want to enclose
# the token with quotations.
# For example, `firefox "{file}"` would open the file in Firefox.
# The client executes the text you enter as a shell command. Use with caution!
# default: (blank)
execute_command =

# An HTTP or SOCKS proxy to use for HTTP network requests.
# example: http://user:[email protected]:3128
# example: socks5://user:pass@host:port
# default: (blank)
proxy_http =

# An HTTP or SOCKS proxy to use for HTTPS network requests.
# example: http://user:[email protected]:3128
# example: socks5://user:pass@host:port
# default: (blank)
proxy_https =


[feeds]
Expand Down Expand Up @@ -75,7 +96,7 @@ request_timeout = 3

# The foreground (text) color of the main interface.
# default: yellow
color_foreground = #bbc5ff
color_foreground = magenta

# The background color of the main interface.
# default: black
Expand All @@ -87,23 +108,24 @@ color_foreground_alt = black

# The background color of selected items.
# default: white
color_background_alt = magenta
color_background_alt = cyan

# The foreground (text) color of marked items. Paired with color_background.
# default: green
color_foreground_dim = cyan
color_foreground_dim = magenta

# The foreground (text) color of status lines. Paired with color_background.
# default: white
color_foreground_status = #bbc5ff
color_foreground_status = magenta

# The foreground (text) color of menu headings. Paired with color_background.
# default: yellow
color_foreground_heading = magenta

# The foreground (text) color of dividers. Paired with color_background.
# default: white
color_foreground_dividers = black
color_foreground_dividers = white


[playback]
# The distance to move forward when pressing seek keys, in seconds.
Expand All @@ -118,6 +140,14 @@ seek_distance_backward = 10
# default: 1.0
default_playback_speed = 1.0

# The default volume. Can be 0-100, inclusive.
# default: 100
default_volume = 100

# The amount to adjust the volume when pressing the volume up/down keys.
# default: 5
volume_adjust_distance = 5


[keys]
# Keybindings for controlling the client. Entries may not be blank, but may
Expand All @@ -137,18 +167,26 @@ key_exit = q
# default: a
key_add_feed = a

# Delete the selected feed.
# Remove the selected feed.
# default: d
key_delete = d
key_remove = d

# Reload/refresh feeds.
# Reload/refresh all feeds.
# default: r
key_reload = r

# Reload/refresh the selected feed.
# default: R
key_reload_selected = R

# Save episode for offline playback.
# default: s
key_save = s

# Delete downloaded episodes.
# default: x
key_delete = x

# Navigate up.
# default: UP
key_up = k
Expand Down Expand Up @@ -189,6 +227,9 @@ key_clear = c
# default: n
key_next = n

# Execute a command on the selected episode. See also execute_command.
key_execute = e

# Invert the order of the menu.
# default: i
key_invert = i
Expand Down Expand Up @@ -233,6 +274,14 @@ key_rate_increase = ]
# default: [
key_rate_decrease = [

# Increase volume.
# default: =
key_volume_increase = =

# Decrease volume.
# default: -
key_volume_decrease = -

# Show episode URL.
# default: u
key_show_url = u
6 changes: 3 additions & 3 deletions .config/dunst/dunstrc
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[global]
follow = keyboard
geometry = "450x120-25+60"
geometry = "450x120-50+60"
indicate_hidden = yes
shrink = no
transparency = 0
notification_height = 5
separator_height = 4
padding = 16
horizontal_padding = 16
padding = 15
horizontal_padding = 15
background = "#14161F"
foreground = "#fdf6e3"
frame_width = 3
Expand Down
Loading

0 comments on commit 7c66bc4

Please sign in to comment.