summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus <rasmus.luha@gmail.com>2023-06-11 20:25:41 +0300
committerRasmus <rasmus.luha@gmail.com>2023-06-11 20:25:41 +0300
commit305a17d60944ae9cdd43d8634417f3a459b3b15f (patch)
tree38da9d53f6dfc968898664eb45ff04d5d9acedf6
parent5ebb552b648af0f2ef83a0a534bce3f4f0678bc7 (diff)
-rw-r--r--X/.Xresources2
-rw-r--r--X/.xinitrc2
-rw-r--r--bashrc/.bashrc13
-rw-r--r--config/.config/suckless.all/dwm/drw.obin10512 -> 10544 bytes
-rwxr-xr-xconfig/.config/suckless.all/dwm/dwmbin69816 -> 69816 bytes
-rw-r--r--config/.config/suckless.all/dwm/dwm.obin60008 -> 59960 bytes
-rw-r--r--config/.config/suckless.all/dwm/util.obin2224 -> 2224 bytes
-rwxr-xr-xconfig/.config/sxiv/exec/key-handler4
-rw-r--r--local/.local/scripts/data/bigBoiQuotes.dat142
-rw-r--r--local/.local/scripts/data/lock.pngbin2045714 -> 0 bytes
-rw-r--r--local/.local/scripts/data/wp.bak.jpgbin616316 -> 0 bytes
-rw-r--r--local/.local/scripts/data/wp.jpgbin2677183 -> 0 bytes
-rwxr-xr-xlocal/.local/scripts/lockScreen4
-rwxr-xr-xlocal/.local/scripts/lockScreen.bak4
-rwxr-xr-xlocal/.local/scripts/quotes7
-rwxr-xr-xlocal/.local/scripts/setbg2
-rwxr-xr-xlocal/.local/scripts/todo4
-rw-r--r--notes.txt25
18 files changed, 44 insertions, 165 deletions
diff --git a/X/.Xresources b/X/.Xresources
index fcfb629..cebf159 100644
--- a/X/.Xresources
+++ b/X/.Xresources
@@ -9,7 +9,7 @@ Sxiv.foreground: #00C0FF
*.alpha: .92
!! Font
-*.font: Hack Nerd Font Mono:size=11
+*.font: Hack Nerd Font Mono:size=10
!! Screen DPI
diff --git a/X/.xinitrc b/X/.xinitrc
index fe943cd..13a7a34 100644
--- a/X/.xinitrc
+++ b/X/.xinitrc
@@ -60,7 +60,7 @@ unclutter &
xsetroot -cursor_name left_ptr &
## Environment
-setbg /home/rasmus/.local/scripts/data/wp.jpg
+setbg /home/rasmus/pix/system/bg.png
dunst &
sxhkd &
xcompmgr &
diff --git a/bashrc/.bashrc b/bashrc/.bashrc
index 29ab638..c7ecf18 100644
--- a/bashrc/.bashrc
+++ b/bashrc/.bashrc
@@ -3,7 +3,7 @@
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
-export PS1="\W "
+export PS1="\W "
export PATH="$PATH:/home/rasmus/.local/scripts"
export EDITOR="vim"
@@ -14,12 +14,13 @@ alias grep="grep -i --color"
alias c="clear"
alias cal="cal -m"
alias sxiv="sxiv -tb"
-alias iv="sxiv -tb ~/pix"
+alias iv="sxiv -tb ~/pix/wps"
alias update="sudo pacman -Sy archlinux-keyring && sudo pacman -Su"
alias wifi="nmcli connection show"
alias eesti="setxkbmap ee -option caps:ctrl_modifier"
alias usa="setxkbmap us -option caps:ctrl_modifier"
alias vim="nvim"
+alias yt="yt-dlp --merge-output-format mkv"
@@ -42,8 +43,6 @@ alias digisync="rsync -aP --delete --exclude .git/ /home/rasmus/code/digirannak/
# Pomodoro
-
-
declare -A pomo_options
pomo_options["session"]="45"
pomo_options["break"]="10"
@@ -62,6 +61,6 @@ alias sess="pomodoro 'session'"
alias brk="pomodoro 'break'"
-# While opeing bash
-#quotes
-#echo Remember
+## While opeing bash
+# Stay at the Frequenzy
+echo "Each day I add a brick to the wall. Consistency."
diff --git a/config/.config/suckless.all/dwm/drw.o b/config/.config/suckless.all/dwm/drw.o
index 92a5585..05369f0 100644
--- a/config/.config/suckless.all/dwm/drw.o
+++ b/config/.config/suckless.all/dwm/drw.o
Binary files differ
diff --git a/config/.config/suckless.all/dwm/dwm b/config/.config/suckless.all/dwm/dwm
index 8a1f6d2..a54bc00 100755
--- a/config/.config/suckless.all/dwm/dwm
+++ b/config/.config/suckless.all/dwm/dwm
Binary files differ
diff --git a/config/.config/suckless.all/dwm/dwm.o b/config/.config/suckless.all/dwm/dwm.o
index bb37b61..11a4974 100644
--- a/config/.config/suckless.all/dwm/dwm.o
+++ b/config/.config/suckless.all/dwm/dwm.o
Binary files differ
diff --git a/config/.config/suckless.all/dwm/util.o b/config/.config/suckless.all/dwm/util.o
index a36344b..a853f4c 100644
--- a/config/.config/suckless.all/dwm/util.o
+++ b/config/.config/suckless.all/dwm/util.o
Binary files differ
diff --git a/config/.config/sxiv/exec/key-handler b/config/.config/sxiv/exec/key-handler
index db80759..272133f 100755
--- a/config/.config/sxiv/exec/key-handler
+++ b/config/.config/sxiv/exec/key-handler
@@ -1,11 +1,11 @@
#!/bin/bash
-CUR_WP_LOC=~/.local/scripts/data/wp.jpg
+CUR_WP_LOC=~/.local/system/
while read file
do
case "$1" in
- "w") setbg $file; cp $file $CUR_WP_LOC ;;
+ "w") setbg $file;cp $file ~/pix/system/bg.png;;
"r") mv $file /home/rasmus/.trash/;;
esac
done
diff --git a/local/.local/scripts/data/bigBoiQuotes.dat b/local/.local/scripts/data/bigBoiQuotes.dat
deleted file mode 100644
index 8848d46..0000000
--- a/local/.local/scripts/data/bigBoiQuotes.dat
+++ /dev/null
@@ -1,142 +0,0 @@
-“The unexamined life is not worth living” –
-Socrates
-“Whereof one cannot speak, thereof one must be silent” –
-Ludwig Wittgenstein
-“Entities should not be multiplied unnecessarily” –
-William of Ockham
-“The life of man (in a state of nature) is solitary, poor, nasty, brutish, and short” –
-Thomas Hobbes
-“I think therefore I am” (“Cogito, ergo sum”) –
-René Descartes
-“He who thinks great thoughts, often makes great errors” –
-Martin Heidegger
-“We live in the best of all possible worlds” –
-Gottfried Wilhelm Leibniz
-“What is rational is actual and what is actual is rational” –
-G. W. F. Hegel
-“God is dead! He remains dead! And we have killed him.” –
-Friedrich Nietzsche
-“There is but one truly serious philosophical problem, and that is suicide” –
-Albert Camus
-“One cannot step twice in the same river” –
-Heraclitus
-“The greatest happiness of the greatest number is the foundation of morals and legislation” –
-Jeremy Bentham
-“To be is to be perceived” (“Esse est percipi”)–
-Bishop George Berkeley
-“Happiness is not an ideal of reason but of imagination” –
-Immanuel Kant
-“No man's knowledge here can go beyond his experience” –
-John Locke
-“God is not willing to do everything, and thus take away our free will and that share of glory which belongs to us” –
-Niccolo Machiavelli
-“Liberty consists in doing what one desires” –
-John Stuart Mill
-“It is undesirable to believe a proposition when there is no ground whatever for supposing it true” –
-Bertrand Russell
-“There is only one good, knowledge, and one evil, ignorance” –
-Socrates
-“If God did not exist, it would be necessary to invent Him” –
-Voltaire
-“This is patently absurd; but whoever wishes to become a philosopher must learn not to be frightened by absurdities” –
-Bertrand Russell
-“One cannot conceive anything so strange and so implausible that it has not already been said by one philosopher or another” –
-René Descartes
-“Leisure is the mother of philosophy” –
-Thomas Hobbes
-“Philosophy is a battle against the bewitchment of our intelligence by means of language” –
-Ludwig Wittgenstein
-“There is only one thing a philosopher can be relied upon to do, and that is to contradict other philosophers” –
-William James
-“We are what we repeatedly do. Excellence, then, is not an act, but a habit” –
-Aristotle
-“Only one man ever understood me, and he didn’t understand me” –
-G. W. F. Hegel
-“The mind is furnished with ideas by experience alone” –
-John Locke
-“Life must be understood backward. But it must be lived forward ” –
-Søren Kierkegaard
-“Science is what you know. Philosophy is what you don't know” –
-Bertrand Russell
-“Metaphysics is a dark ocean without shores or lighthouse, strewn with many a philosophic wreck” –
-Immanuel Kant
-“Philosophy is at once the most sublime and the most trivial of human pursuits” –
-William James
-“History is Philosophy teaching by examples” –
-Thucydides
-“He who is unable to live in society, or who has no need because he is sufficient for himself, must be either a beast or a god” –
-Aristotle
-“You can discover more about a person in an hour of play than in a year of conversation” –
-Plato
-“Things alter for the worse spontaneously, if they be not altered for the better designedly” –
-Francis Bacon
-“All that is necessary for the triumph of evil is that good men do nothing” –
-mistakenly attributed to Edmund Burke
-“Is man merely a mistake of God'n? Or God merely a mistake of man's?” –
-Friedrich Nietzsche
-“I would never die for my beliefs because I might be wrong” –
-Bertrand Russell
-“Religion is the sign of the oppressed ... it is the opium of the people” –
-Karl Marx
-“Happiness is the highest good” –
-Aristotle
-“If men were born free, they would, so long as they remained free, form no conception of good and evil” –
-Baruch Spinoza
-“The greater the difficulty, the more glory in surmounting it” –
-Epicurus
-“Whatever is reasonable is true, and whatever is true is reasonable” –
-G. W. F. Hegel
-“Morality is not the doctrine of how we may make ourselves happy, but of how we may make ourselves worthy of happiness” –
-Immanuel Kant
-“Man is condemned to be free” –
-Jean-Paul Sartre
-“It is one thing to show a man that he is in error, and another to put him in possession of truth” –
-John Locke
-“I don’t know why we are here, but I’m pretty sure it is not in order to enjoy ourselves” –
-Ludwig Wittgenstein
-“That man is wisest who, like Socrates, realizes that his wisdom is worthless” –
-Plato
-“The only thing I know is that I know nothing” –
-Socrates
-“All is for the best in the best of all possible worlds” –
-Voltaire (in parody of Leibniz)
-“The function of prayer is not to influence God, but rather to change the nature of the one who prays” –
-Søren Kierkegaard
-“Man is born free, but is everywhere in chains” –
-Jean-Jacques Rousseau
-“Man will never be free until the last king is strangled with the entrails of the last priest” –
-Denis Diderot
-“If you would be a real seeker after truth, it is necessary that at least once in your life you doubt, as far as possible, all things” –
-René Descartes
-“Happiness lies in virtuous activity, and perfect happiness lies in the best activity, which is contemplative” –
-Aristotle
-“I can control my passions and emotions if I can understand their nature” –
-Spinoza
-“Philosophers have hitherto only interpreted the world in various ways; the point, however, is to change it” –
-Karl Marx
-“It is wrong always, everywhere and for everyone, to believe anything upon insufficient evidence” –
-W. K. Clifford
-“Virtue is nothing else than right reason” –
-Seneca the Younger
-“Freedom is secured not by the fulfilling of one's desires, but by the removal of desire” –
-Epictetus
-“In everything, there is a share of everything” –
-Anaxagoras
-“A little philosophy inclineth man's mind to atheism; but depth in philosophy bringeth men’s minds about to religion” –
-Sir Francis Bacon
-“The brave man is he who overcomes not only his enemies but his pleasures” –
-Democritus
-“Good and evil, reward and punishment, are the only motives to a rational creature” –
-John Locke
-“To do as one would be done by, and to love one's neighbor as oneself, constitute the ideal perfection of utilitarian morality” –
-John Stuart Mill
-“Everything that exists is born for no reason, carries on living through weakness, and dies by accident” –
-Jean-Paul Sartre
-“Man is the measure of all things” –
-Protagoras
-“We are too weak to discover the truth by reason alone” –
-St. Augustine
-“The mind is furnished with ideas by experience alone” –
-John Locke
-"Luck is what happens, when preparation meets opurtunity" -
-Seneca
diff --git a/local/.local/scripts/data/lock.png b/local/.local/scripts/data/lock.png
deleted file mode 100644
index 6f0855f..0000000
--- a/local/.local/scripts/data/lock.png
+++ /dev/null
Binary files differ
diff --git a/local/.local/scripts/data/wp.bak.jpg b/local/.local/scripts/data/wp.bak.jpg
deleted file mode 100644
index 1353852..0000000
--- a/local/.local/scripts/data/wp.bak.jpg
+++ /dev/null
Binary files differ
diff --git a/local/.local/scripts/data/wp.jpg b/local/.local/scripts/data/wp.jpg
deleted file mode 100644
index 61ee98d..0000000
--- a/local/.local/scripts/data/wp.jpg
+++ /dev/null
Binary files differ
diff --git a/local/.local/scripts/lockScreen b/local/.local/scripts/lockScreen
index 2213132..60364be 100755
--- a/local/.local/scripts/lockScreen
+++ b/local/.local/scripts/lockScreen
@@ -1,3 +1,5 @@
#! /bin/bash
-i3lock -i ~/pix/screenLocks/tigerInYou.png
+CURRENT='tigerInYou.png'
+
+i3lock -i ~/pix/system/$CURRENT
diff --git a/local/.local/scripts/lockScreen.bak b/local/.local/scripts/lockScreen.bak
index 1f67ac0..f0bf8c1 100755
--- a/local/.local/scripts/lockScreen.bak
+++ b/local/.local/scripts/lockScreen.bak
@@ -1,5 +1,5 @@
#! /bin/bash
-DIR=~/pix/screenLocks
+DIR=~/pix/screenLock
IMG=$(shuf -n 1 -e $(ls $DIR))
-i3lock --verif-text="Üks hetk…" --wrong-text="Põmmpea!" --noinput-text="Gimme input" --ind-pos=150:525 --time-pos=150:650 --date-pos=150:675 -Fk -i $DIR/$IMG --ring-width 6 --ring-color=#BBD66CFF --keyhl-color=85FF00FF --insidever-color=FF7F0033 --ringver-color=FF7F00FF \ No newline at end of file
+i3lock --verif-text="Üks hetk…" --wrong-text="Põmmpea!" --noinput-text="Gimme input" --ind-pos=150:525 --time-pos=150:650 --date-pos=150:675 -Fk -i $DIR/$IMG --ring-width 6 --ring-color=#BBD66CFF --keyhl-color=85FF00FF --insidever-color=FF7F0033 --ringver-color=FF7F00FF
diff --git a/local/.local/scripts/quotes b/local/.local/scripts/quotes
deleted file mode 100755
index 2009c64..0000000
--- a/local/.local/scripts/quotes
+++ /dev/null
@@ -1,7 +0,0 @@
-#! /bin/bash
-
-SRC_FILE=~/.local/scripts/data/bigBoiQuotes.dat
-RIDA=$(shuf -i 1-$[$(cat $SRC_FILE | wc -l)/4] | head -n1 )
-QUOTE=$(sed -n $[2*${RIDA}+1]p $SRC_FILE)
-QUOTIST=$(sed -n $[2*${RIDA}+2]p $SRC_FILE)
-echo $QUOTE $QUOTIST
diff --git a/local/.local/scripts/setbg b/local/.local/scripts/setbg
index 4b0db10..433f0bd 100755
--- a/local/.local/scripts/setbg
+++ b/local/.local/scripts/setbg
@@ -1,6 +1,8 @@
#! /bin/bash
xwallpaper --zoom $1
+
+# Chaning the colorscheme
wal -c
wal -i $1 >/dev/null
sed -i '/SchemeUrg/d' /home/rasmus/.cache/wal/colors-wal-dwm.h
diff --git a/local/.local/scripts/todo b/local/.local/scripts/todo
index 49066e1..a8cd7c5 100755
--- a/local/.local/scripts/todo
+++ b/local/.local/scripts/todo
@@ -5,8 +5,8 @@ FILE=~/dox/toDos/$(date '+%B-%d').txt
if [ -f "$FILE" ]; then
st -T 'ToDo' -g +390+210 -e nvim $FILE
else
- echo '|'$(date '+%B-%d')'||' > $FILE
- echo ------------- >> $FILE
+ echo '|'$(date '+%B-%d')'||' > $FILE
+ echo -------------- >> $FILE
st -T 'ToDo' -g +390+210 -e nvim $FILE
fi
diff --git a/notes.txt b/notes.txt
new file mode 100644
index 0000000..2972430
--- /dev/null
+++ b/notes.txt
@@ -0,0 +1,25 @@
+----------
+|Packages|
+----------
+xorg-server xorg-xinit xorg-xkill xorg-xsetroot xorg-xbacklight xorg-xprop \
+sxiv mpv zathura zathura-pdf-mupdf ffmpeg imagemagick fzf man-db xwallpaper\
+python-pywal unclutter xclip maim xdg-user-dirs libconfig bluez bluez-utils\
+zip unzip unrar git sxhkd rsync xcompmgr libnotify dunst slock jq rsync birghtnessctl\
+
+
+---------
+|crontab|
+---------
+* * * * * env DISPLAY=:0 env DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus /home/rasmus/.local/scripts/checkBat
+
+------------------
+|Touchpad tapping|
+------------------
+in /etc/X11/xorg.conf.d/30-touchpad.conf
+
+Section "InputClass"
+ Identifier "touchpad catchall"
+ Driver "libinput"
+ Option "Tapping" "on"
+EndSection
+