19 Commits

Author SHA1 Message Date
Michael Chalupiak
da611595f6 polybar 2024-11-06 21:16:41 -05:00
Michael Chalupiak
e632050dfe Merge branch 'master' into arch-laptop 2024-11-06 21:14:43 -05:00
Michael Chalupiak
ac7bf94094 discard 2024-11-06 21:05:58 -05:00
Michael Chalupiak
0117e4085f Merge branch 'master' into arch-laptop 2024-11-06 21:04:19 -05:00
Michael Chalupiak
f9d5ac03b8 small tweaks 2024-11-05 17:53:05 -05:00
Michael Chalupiak
d0c67416d6 Merge branch 'master' into arch-laptop 2024-11-05 16:36:24 -05:00
Michael Chalupiak
0cf0407018 Merge branch 'master' into arch-laptop 2024-11-05 14:44:47 -05:00
Michael Chalupiak
d6742c2d16 Merge branch 'master' into arch-laptop 2024-11-05 14:32:12 -05:00
Michael Chalupiak
add9970e3e Merge branch 'master' into arch-laptop 2024-11-01 16:21:44 -04:00
Michael Chalupiak
0dbf800f93 Merge branch 'master' into arch-laptop
merging vim binds
2024-10-08 10:39:03 -04:00
Michael Chalupiak
5fd5722f28 doom high res font 2024-10-07 13:13:16 -04:00
Michael Chalupiak
de61e2d1da Merge branch 'master' into arch-laptop
merge doom settings
2024-10-07 13:11:05 -04:00
Michael Chalupiak
c160fcbf55 small updates 2024-10-07 13:03:32 -04:00
Michael Chalupiak
196d590348 not much 2024-09-18 13:58:20 -04:00
Michael Chalupiak
5b543d5783 ranger 2024-09-16 10:52:50 -04:00
Michael Chalupiak
a06aceb75f kak updates: 2024-09-16 10:48:31 -04:00
Michael Chalupiak
4b99343853 kak-treesitter 2024-09-16 10:48:31 -04:00
Michael Chalupiak
b13a1f5045 laptop settings 2024-09-09 08:20:11 -04:00
Michael Chalupiak
c480aefa9f changed oauth script 2024-09-08 00:45:15 -04:00
13 changed files with 74 additions and 60 deletions

View File

@@ -1,5 +1,5 @@
! High DPI Settings for Window Managers ! High DPI Settings for Window Managers
!Xft.dpi: 192 Xft.dpi: 192
#include ".theme.xresources" #include ".theme.xresources"
font: monospace:12 font: monospace:12

View File

@@ -1,8 +1,16 @@
export PATH="${PATH}:$HOME/.scripts"
source ~/.profile source ~/.profile
source ~/.bashrc
# Added by Toolbox App # Added by Toolbox App
export PATH="$PATH:/home/mikec/.local/share/JetBrains/Toolbox/scripts" export PATH="$PATH:/home/mikec/.local/share/JetBrains/Toolbox/scripts"
export PATH="${PATH}:$HOME/.scripts:$HOME/maple2022/bin:$HOME/intelFPGA_lite/18.1/quartus/bin:$HOME/intelFPGA_lite/18.1/modelsim_ase/bin"
export _JAVA_AWT_WM_NONREPARENTING=1
export XDG_CURRENT_DESKTOP=sway
source ~/.bashrc
export QSYS_ROOTDIR="/home/mikec/intelFPGA_lite/18.1/quartus/sopc_builder/bin"
export VERSION_CONTROL="never"
# opam configuration
test -r /home/mikec/.opam/opam-init/init.sh && . /home/mikec/.opam/opam-init/init.sh > /dev/null 2> /dev/null || true
# exec hilbish -S -l

View File

@@ -19,12 +19,12 @@ picom --corner-radius 15 &
#nm-applet & #nm-applet &
## Configure Monitors/Workspaces ## Configure Monitors/Workspaces
bspc monitor DisplayPort-1 -d 1 2 3 4 5 6 7 8 9 bspc monitor eDP-1 -d 1 2 3 4 5 6 7 8 9
## Theming ## Theming
bspc config border_width 2 bspc config border_width 2
bspc config window_gap 10 bspc config window_gap 10
bspc config top_padding 20 bspc config top_padding 36
bspc config left_padding 0 bspc config left_padding 0
bspc config right_padding 0 bspc config right_padding 0
bspc config bottom_padding 0 bspc config bottom_padding 0

View File

@@ -101,7 +101,7 @@ fade-in-step = 0.03;
fade-out-step = 0.03; fade-out-step = 0.03;
# The time between steps in fade step, in milliseconds. (> 0, defaults to 10) # The time between steps in fade step, in milliseconds. (> 0, defaults to 10)
fade-delta = 5.0; fade-delta = 4.0;
# Specify a list of conditions of windows that should not be faded. # Specify a list of conditions of windows that should not be faded.
# fade-exclude = [] # fade-exclude = []

View File

@@ -39,12 +39,12 @@ background = ${xrdb:background}
foreground = ${xrdb:foreground} foreground = ${xrdb:foreground}
override-redirect = true override-redirect = true
wm-restack = bspwm wm-restack = bspwm
font-0 = Olympe Mono Hacked:style=Regular:pixelsize=11;2 font-0 = Olympe Mono Hacked:style=Regular:pixelsize=20;2
font-1 = Cascadia Code:style=Regular:pixelsize=11:2 font-1 = CaskaydiaCove Nerd Font:style=Regular:pixelsize=20:2
font-2 = NotoColorEmoji:pixelsize=16 font-2 = NotoColorEmoji:pixelsize=20
font-3 = Font Awesome 6 Brands:style=Regular:size=13;2 font-3 = Font Awesome 6 Brands:style=Regular:size=20;2
font-4 = Font Awesome 6 Free Solid:style=Regular:size=9;2 font-4 = Font Awesome 6 Free Solid:style=Regular:size=20;2
height = 20 height = 36
line-size = 2 line-size = 2
modules-left = bspwm modules-left = bspwm
modules-right = music memory filesystem xkeyboard network redshift pulseaudio backlight tray battery datetime modules-right = music memory filesystem xkeyboard network redshift pulseaudio backlight tray battery datetime

View File

@@ -1,25 +1,25 @@
# base16-qutebrowser (https://github.com/theova/base16-qutebrowser) # base16-qutebrowser (https://github.com/theova/base16-qutebrowser)
# Scheme name: Gruvbox dark, hard # Scheme name: Rosé Pine
# Scheme author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox) # Scheme author: Emilia Dunfelt <edun@dunfelt.se>
# Template author: theova # Template author: theova
# Commentary: Tinted Theming: (https://github.com/tinted-theming) # Commentary: Tinted Theming: (https://github.com/tinted-theming)
base00 = "#1d2021" base00 = "#191724"
base01 = "#3c3836" base01 = "#1f1d2e"
base02 = "#504945" base02 = "#26233a"
base03 = "#665c54" base03 = "#6e6a86"
base04 = "#bdae93" base04 = "#908caa"
base05 = "#d5c4a1" base05 = "#e0def4"
base06 = "#ebdbb2" base06 = "#e0def4"
base07 = "#fbf1c7" base07 = "#524f67"
base08 = "#fb4934" base08 = "#eb6f92"
base09 = "#fe8019" base09 = "#f6c177"
base0A = "#fabd2f" base0A = "#ebbcba"
base0B = "#b8bb26" base0B = "#31748f"
base0C = "#8ec07c" base0C = "#9ccfd8"
base0D = "#83a598" base0D = "#c4a7e7"
base0E = "#d3869b" base0E = "#f6c177"
base0F = "#d65d0e" base0F = "#524f67"
# set qutebrowser colors # set qutebrowser colors

View File

@@ -75,11 +75,11 @@ XF86AudioNext
XF86AudioPrev XF86AudioPrev
playerctl previous playerctl previous
# Brightness Up # Brightness Up
XF86_MonBrightnessUp XF86MonBrightnessUp
brightnessctl set 1%+ brightnessctl set 1%+
# Brightness Down # Brightness Down
XF86_MonBrightnessDown XF86MonBrightnessDown
brightnessctl set 1%+ brightnessctl set 1%-
## BSPWM Controls ## ## BSPWM Controls ##

View File

@@ -19,8 +19,8 @@
;; ;;
;; They all accept either a font-spec, font string ("Input Mono-12"), or xlfd ;; They all accept either a font-spec, font string ("Input Mono-12"), or xlfd
;; font string. You generally only need these two: ;; font string. You generally only need these two:
(setq doom-font (font-spec :family "Olympe Mono Hacked" :size 15 ) (setq doom-font (font-spec :family "Olympe Mono Hacked" :size 28 )
doom-variable-pitch-font (font-spec :family "Cantarell" :size 15 :weight 'bold)) doom-variable-pitch-font (font-spec :family "Cantarell" :size 28 :weight 'bold))
;; There are two ways to load a theme. Both assume the theme is installed and ;; There are two ways to load a theme. Both assume the theme is installed and
;; available. You can either set `doom-theme' or manually load a theme with the ;; available. You can either set `doom-theme' or manually load a theme with the

View File

@@ -3,7 +3,10 @@ if [ "$XDG_SESSION_DESKTOP" = "sway" ] ; then
export _JAVA_AWT_WM_NONREPARENTING=1 export _JAVA_AWT_WM_NONREPARENTING=1
export STUDIO_JDK=/usr/lib/jvm/java-11-openjdk/ export STUDIO_JDK=/usr/lib/jvm/java-11-openjdk/
fi fi
export PATH="${PATH}:$HOME/.scripts:$HOME/.emacs.d/bin:$HOME/.local/share/gem/ruby/3.0.0/bin"
source ~/.bashrc
export QSYS_ROOTDIR="/home/mikec/intelFPGA_lite/18.1/quartus/sopc_builder/bin"
export CLASSPATH="/usr/share/java/junit.jar:/usr/share/java/hamcrest/core.jar"
# Added by Toolbox App # Added by Toolbox App
export PATH="$PATH:/home/mikec/.local/share/JetBrains/Toolbox/scripts" export PATH="$PATH:/home/mikec/.local/share/JetBrains/Toolbox/scripts"

View File

@@ -1,10 +1,10 @@
#!/usr/bin/env bash #!/usr/bin/env bash
DATE=$(date +'%Y-%m-%d %I:%M:%S %p') DATE=$(date +'%Y-%m-%d %I:%M:%S %p')
# BAT=$(cat /sys/class/power_supply/BAT1/capacity) BAT=$(cat /sys/class/power_supply/BAT1/capacity)
VOL=$(pactl get-sink-volume @DEFAULT_SINK@ | tr "," "\n" | grep \% | sed s/Volume\:// | sed 's/\%.*$//' | sed 's/^.*\///' | head -n1 | sed s/\ *//) VOL=$(pactl get-sink-volume @DEFAULT_SINK@ | tr "," "\n" | grep \% | sed s/Volume\:// | sed 's/\%.*$//' | sed 's/^.*\///' | head -n1 | sed s/\ *//)
VOL="${VOL}%" VOL="${VOL}%"
MUTED=$(pactl get-sink-mute @DEFAULT_SINK@ | cut -d\ -f2) MUTED=$(pactl get-sink-mute @DEFAULT_SINK@ | cut -d\ -f2)
# BRIGHT=$(brightnessctl | tr "\n" " " | cut -d\ -f9 | tr -d "()%") BRIGHT=$(brightnessctl | tr "\n" " " | cut -d\ -f9 | tr -d "()%")
MEM=$(free -h | sed 's/[ ]\+/:/g' | cut -d\: -f4 | tr "\n" ":" | cut -d\: -f2) MEM=$(free -h | sed 's/[ ]\+/:/g' | cut -d\: -f4 | tr "\n" ":" | cut -d\: -f2)
USER=$(id -u -n) USER=$(id -u -n)
HOST=$(cat /proc/sys/kernel/hostname) HOST=$(cat /proc/sys/kernel/hostname)

View File

@@ -45,7 +45,7 @@ import readline
# encryption and decryption pipes you prefer. They should read from standard # encryption and decryption pipes you prefer. They should read from standard
# input and write to standard output. The example values here invoke GPG, # input and write to standard output. The example values here invoke GPG,
# although won't work until an appropriate identity appears in the first line. # although won't work until an appropriate identity appears in the first line.
ENCRYPTION_PIPE = ['gpg', '--encrypt', '--recipient', 'mikecchalupiak@outlook.com'] ENCRYPTION_PIPE = ['gpg', '--encrypt', '--recipient', 'mchalupiak']
DECRYPTION_PIPE = ['gpg', '--decrypt'] DECRYPTION_PIPE = ['gpg', '--decrypt']
registrations = { registrations = {

View File

@@ -1,22 +1,22 @@
! base16 Gruvbox dark, hard ! base16 Rosé Pine
! Scheme author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox) ! Scheme author: Emilia Dunfelt <edun@dunfelt.se>
! Template author: Tinted Theming (https://github.com/tinted-theming) ! Template author: Tinted Theming (https://github.com/tinted-theming)
#define base00 #1d2021 #define base00 #191724
#define base01 #3c3836 #define base01 #1f1d2e
#define base02 #504945 #define base02 #26233a
#define base04 #bdae93 #define base04 #908caa
#define base05 #d5c4a1 #define base05 #e0def4
#define base06 #ebdbb2 #define base06 #e0def4
#define base07 #fbf1c7 #define base07 #524f67
#define base08 #fb4934 #define base08 #eb6f92
#define base09 #fe8019 #define base09 #f6c177
#define base0A #fabd2f #define base0A #ebbcba
#define base0B #b8bb26 #define base0B #31748f
#define base0C #8ec07c #define base0C #9ccfd8
#define base0D #83a598 #define base0D #c4a7e7
#define base0E #d3869b #define base0E #f6c177
#define base0F #d65d0e #define base0F #524f67
*foreground: base05 *foreground: base05
#ifdef background_opacity #ifdef background_opacity

View File

@@ -1,7 +1,10 @@
export PATH="${PATH}:$HOME/.scripts:~/.local/share/gem/ruby/3.0.0/bin" export PATH="${PATH}:$HOME/.scripts:~/.local/share/gem/ruby/3.0.0/bin"
#export GDK_SCALE=2 export GDK_SCALE=2
#export GDK_DPI_SCALE=0.5 export GDK_DPI_SCALE=0.5
export XCURSOR_SIZE=32
#sxhkd -c $HOME/.config/berry/sxhkdrc & #sxhkd -c $HOME/.config/berry/sxhkdrc &
xrandr --output eDP-1 --scale 1.25x1.25
# autorandr -c
# xrandr --output DisplayPort-0 --rate 165 # xrandr --output DisplayPort-0 --rate 165
autorandr -c
$HOME/.fehbg $HOME/.fehbg