Compare commits
19 Commits
arch-deskt
...
da611595f6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
da611595f6 | ||
|
|
e632050dfe | ||
|
|
ac7bf94094 | ||
|
|
0117e4085f | ||
|
|
f9d5ac03b8 | ||
|
|
d0c67416d6 | ||
|
|
0cf0407018 | ||
|
|
d6742c2d16 | ||
|
|
add9970e3e | ||
|
|
0dbf800f93 | ||
|
|
5fd5722f28 | ||
|
|
de61e2d1da | ||
|
|
c160fcbf55 | ||
|
|
196d590348 | ||
|
|
5b543d5783 | ||
|
|
a06aceb75f | ||
|
|
4b99343853 | ||
|
|
b13a1f5045 | ||
|
|
c480aefa9f |
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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 = []
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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 ##
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
@@ -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 = {
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user