Compare commits

...

2 Commits

Author SHA1 Message Date
e6cf697a98
fonts 2022-03-14 21:49:15 +05:00
174e0ed7e1 bashrc 2022-02-05 23:50:00 +05:00
66 changed files with 99 additions and 26 deletions

View File

@ -0,0 +1,5 @@
#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc

42
config/bash/bashrc Normal file
View File

@ -0,0 +1,42 @@
#
# ~/.bashrc
#
#start i3 if not running
#check if ssh
#if [ "$SSH_TTY" = "" ]
#then
# #check if xinit running already
# STARTX=$(ps -e | grep xinit | awk '{print $4}')
# if [ "$STARTX" != "xinit" ]
# then
# startx ~/.config/X11/xinitrc
# clear
# fi
#fi
# MPD daemon start (if no other user instance exists)
#[ ! -s ~/.config/mpd/pid ] && mpd
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
PS1='[\u@\h \W]\$ '
#path
PATH=$PATH:~/.scripts
## Aliases
alias ls='ls --color=auto'
alias mv="mv -v"
alias rm="rm -v"
alias cp="cp -v"
alias ssh="kitty +kitten ssh"
alias mkdir="mkdir -pv"
#alias neofetch="neofetch --ascii_distro off"
source ~/.local/share/blesh/ble.sh
# BEGIN_KITTY_SHELL_INTEGRATION
if test -n "$KITTY_INSTALLATION_DIR" -a -e "$KITTY_INSTALLATION_DIR/shell-integration/bash/kitty.bash"; then source "$KITTY_INSTALLATION_DIR/shell-integration/bash/kitty.bash"; fi
# END_KITTY_SHELL_INTEGRATION

View File

@ -208,6 +208,7 @@ assign [class="TelegramDesktop"] $ws10
#assign [class=""] $ws9 #assign [class=""] $ws9
assign [class="obs"] $ws8 assign [class="obs"] $ws8
assign [class="Virt-manager"] $ws7 assign [class="Virt-manager"] $ws7
assign [class="org.remmina.Remmina"] $ws7
assign [class="Brave"] $ws6 assign [class="Brave"] $ws6
assign [class="Pcmanfm"] $ws5 assign [class="Pcmanfm"] $ws5
@ -222,8 +223,9 @@ for_window [class="Nm-connection-editor" instance="nm-connection-editor"] floati
#start programs #start programs
exec telegram-desktop exec telegram-desktop
exec picom exec_always picom
exec dunst exec dunst
exec ~/.script/addvirtualsoundcard Virtual-Sound-Card
exec systemctl --user start mpd exec systemctl --user start mpd
exec --no-startup-id i3-msg 'workspace $ws1;exec i3-sensible-terminal ~/.scripts/run' exec --no-startup-id i3-msg 'workspace $ws1;exec i3-sensible-terminal ~/.scripts/run'
exec --no-startup-id i3-msg 'workspace $ws9;exec i3-sensible-terminal ncmpcpp' exec --no-startup-id i3-msg 'workspace $ws9;exec i3-sensible-terminal ncmpcpp'

View File

@ -1,29 +1,53 @@
sw_volume: 42 sw_volume: 44
audio_device_state:1:Visualizer feed audio_device_state:1:Visualizer feed
audio_device_state:1:pulse audio audio_device_state:1:pulse audio
state: stop state: play
random: 0 current: 25
repeat: 0 time: 125.168000
random: 1
repeat: 1
single: 0 single: 0
consume: 0 consume: 0
crossfade: 0 crossfade: 5
mixrampdb: 0.000000 mixrampdb: 0.000000
mixrampdelay: -1.000000 mixrampdelay: -1.000000
playlist_begin playlist_begin
0:Aadhavee ey - Toy Ft. Ishante.mp3 0:Alan Walker - Don t You Hold Me Down.mp3
1:01 Neffex - Cold.mp3 1:8Percent - shinigami.mp3
2:01 Bülow - Sweet Little Lies.mp3 2:NF - STORY.mp3
3:GAYLE - abcdefu.mp3 3:GAYLE - abcdefu.mp3
4:07 Tame Impala - The Less I Know The Better.mp3 4:Powfu - mario kart.mp3
5:02 The Midnight - Gloria.mp3 5:Bbno$ - u mad!.mp3
6:Alan Walker - Don t You Hold Me Down.mp3 6:Goner Twenty One Pilots.mp3
7:Jake Scott - Favorite T-Shirt (Acoustic) (Acoustic).mp3 7:Jake Scott - Favorite T-Shirt (Acoustic) (Acoustic).mp3
8:I'm a Peaky Blinder CD 1 TRACK 1 (320).mp3 8:Aadhavee ey - Toy Ft. Ishante.mp3
9:01 Lukas Graham - Love Someone.mp3 9:Levitate Twenty Øne Pilots.mp3
10:01 Lukas Graham - 7 Years.mp3 10:LOFITC.mp3
11:02 Alec Benjamin - Water Fountain.mp3 11:Oyaa - Pest.mp3
12:06 Alec Benjamin - Boy In The Bubble.mp3 12:Pest - Magey Vaahaka.mp3
13:10 Alec Benjamin - If I Killed Someone For You.mp3 13:04 Xxxtentacion - SAD!.mp3
14:01 Imagine Dragons - Natural.mp3 14:01 The Chainsmokers - #SELFIE.mp3
15:NF - STORY.mp3 15:Lukas Graham - Not a Damn Thing Changed.mp3
16:Tate McRae - all my friends are fake.mp3
17:Alan Walker - Alone, Pt. II.mp3
18:18 Imagine Dragons - Whatever It Takes.mp3
19:02 Twenty One Pilots - Stressed Out.mp3
20:Dream - Change My Clothes.mp3
21:01 Neffex - Cold.mp3
22:Bülow - Word Smith.mp3
23:01 Bülow - Sweet Little Lies.mp3
24:02 Bülow - Get Stüpid.mp3
25:05 Bülow - FINE.mp3
26:06 Bülow - Euphoria.mp3
27:07 Bülow - Wake Up.mp3
28:07 Tame Impala - The Less I Know The Better.mp3
29:Bülow - SAD AND BORED.mp3
30:Bülow - Honor Roll.mp3
31:Bülow - You Jennifer.mp3
32:02 The Midnight - Gloria.mp3
33:14 Pharrell Williams - Despicable Me.mp3
34:DVRST - Endless Love.mp3
35:04 Imagine Dragons - Believer.mp3
36:11 Brian Adams - Everything I Do I Do It for You.mp3
37:01 Josh Wall - I Like Me Better When I'm With You.mp3
playlist_end playlist_end

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
local/share/fonts/A_Uni.otf Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

4
scripts/addvirtualsoundcard Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
pacmd load-module module-null-sink sink_name=$1 sink_properties=device.description=$1
pacmd set-default-sink $1

View File

@ -1,10 +1,6 @@
#!/bin/bash #!/bin/bash
cat << EOF echo Status: $(cat /sys/class/power_supply/BAT0/status)
Status: $(cat /sys/class/power_supply/BAT0/status) echo Capacity: $(cat /sys/class/power_supply/BAT0/capacity) %
EOF
cat << EOF
Capacity: $(cat /sys/class/power_supply/BAT0/capacity) %
EOF
cat << EOF cat << EOF
Health: $(cat /sys/class/power_supply/BAT0/capacity_level) Health: $(cat /sys/class/power_supply/BAT0/capacity_level)
EOF EOF