Compare commits
9 Commits
gitea/mast
...
5fd5722f28
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5fd5722f28 | ||
|
|
de61e2d1da | ||
|
|
c160fcbf55 | ||
|
|
196d590348 | ||
|
|
5b543d5783 | ||
|
|
a06aceb75f | ||
|
|
4b99343853 | ||
|
|
b13a1f5045 | ||
|
|
c480aefa9f |
@@ -1,5 +1,5 @@
|
||||
! High DPI Settings for Window Managers
|
||||
!Xft.dpi: 192
|
||||
Xft.dpi: 192
|
||||
#include ".theme.xresources"
|
||||
|
||||
font: monospace:12
|
||||
|
||||
@@ -1,8 +1,16 @@
|
||||
export PATH="${PATH}:$HOME/.scripts"
|
||||
source ~/.profile
|
||||
source ~/.bashrc
|
||||
|
||||
|
||||
# Added by Toolbox App
|
||||
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,8 +19,8 @@
|
||||
;;
|
||||
;; They all accept either a font-spec, font string ("Input Mono-12"), or xlfd
|
||||
;; font string. You generally only need these two:
|
||||
(setq doom-font (font-spec :family "Cascadia Code" :size 15 )
|
||||
doom-variable-pitch-font (font-spec :family "Cantarell" :size 16 :weight 'bold))
|
||||
(setq doom-font (font-spec :family "Cascadia Code" :size 28 )
|
||||
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
|
||||
;; 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 STUDIO_JDK=/usr/lib/jvm/java-11-openjdk/
|
||||
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
|
||||
export PATH="$PATH:/home/mikec/.local/share/JetBrains/Toolbox/scripts"
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
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="${VOL}%"
|
||||
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)
|
||||
USER=$(id -u -n)
|
||||
HOST=$(cat /proc/sys/kernel/hostname)
|
||||
|
||||
@@ -45,7 +45,7 @@ import readline
|
||||
# encryption and decryption pipes you prefer. They should read from standard
|
||||
# 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.
|
||||
ENCRYPTION_PIPE = ['gpg', '--encrypt', '--recipient', 'mikecchalupiak@outlook.com']
|
||||
ENCRYPTION_PIPE = ['gpg', '--encrypt', '--recipient', 'mchalupiak']
|
||||
DECRYPTION_PIPE = ['gpg', '--decrypt']
|
||||
|
||||
registrations = {
|
||||
|
||||
@@ -1,7 +1,10 @@
|
||||
|
||||
export PATH="${PATH}:$HOME/.scripts:~/.local/share/gem/ruby/3.0.0/bin"
|
||||
#export GDK_SCALE=2
|
||||
#export GDK_DPI_SCALE=0.5
|
||||
export GDK_SCALE=2
|
||||
export GDK_DPI_SCALE=0.5
|
||||
export XCURSOR_SIZE=32
|
||||
#sxhkd -c $HOME/.config/berry/sxhkdrc &
|
||||
xrandr --output eDP-1 --scale 1.25x1.25
|
||||
# autorandr -c
|
||||
# xrandr --output DisplayPort-0 --rate 165
|
||||
autorandr -c
|
||||
$HOME/.fehbg
|
||||
|
||||
Reference in New Issue
Block a user