Skip to content

Commit

Permalink
remove walls from git repo until cleaned
Browse files Browse the repository at this point in the history
  • Loading branch information
kzndotsh committed Sep 1, 2023
1 parent 3c702dd commit e4275ca
Show file tree
Hide file tree
Showing 27 changed files with 1,188 additions and 248 deletions.
2 changes: 0 additions & 2 deletions .bash_logout
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
#
# ~/.bash_logout
#
2 changes: 0 additions & 2 deletions .bash_profile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#
# ~/.bash_profile
#

[[ -f ~/.bashrc ]] && . ~/.bashrc
9 changes: 0 additions & 9 deletions .bashrc
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
#
# ~/.bashrc
#

# If not running interactively, don't do anything
[[ $- != *i* ]] && return

alias ls='ls --color=auto'
alias grep='grep --color=auto'
PS1='[\u@\h \W]\$ '

PATH=~/.console-ninja/.bin:$PATH
4 changes: 2 additions & 2 deletions .gitconfig → .config/git/config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[user]
email = [email protected]
name = kaizen
email = [email protected]
name = kaizen

[core]
editor = micro
Expand Down
11 changes: 8 additions & 3 deletions .config/i3/config
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,12 @@ bindsym Ctrl+$mod+Delete exec --no-startup-id ~/dotfiles/.config/rofi/power
# Feh - Set desktop wallpaper
# exec_always --no-startup-id feh --bg-fill ~/.wallpaper.jpg

# Delete wallpaper
bindsym $mod+Shift+n exec ~/scripts/delete-wallpaper.sh
# Ranomdize wallpaper
bindsym $mod+Shift+s exec ~/scripts/wallpaper-changer.sh


# Polybar - Start polybar
exec_always --no-startup-id ~/dotfiles/.config/polybar/start-polybar.sh

Expand All @@ -186,6 +192,7 @@ exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork
# Start picom compositor
exec_always --no-startup-id picom --config ~/dotfiles/.config/picom/picom.conf


# Disable automatic monitor power saving
# exec --no-startup-id xset dpms 0 0 0

Expand Down Expand Up @@ -216,15 +223,13 @@ exec --no-startup-id /usr/lib/gsd-xsettings
bindsym Ctrl+Shift+Print exec --no-startup-id maim --select | xclip -selection clipboard -t image/png
# bindsym Ctrl+Print exec --no-startup-id path="$HOME/screenshots/$(date).png" && maim --select "$path" && xclip -selection clipboard -t image/png "$path"

bindsym $mod+Shift+s --release exec flameshot gui
# bindsym $mod+Shift+s --release exec flameshot gui



# exec -> On start-up
# exec_always -> On start-up and reload



# Alacritty - Start a terminal instance
bindsym $mod+Return exec alacritty

Expand Down
4 changes: 2 additions & 2 deletions .config/pcmanfm/default/pcmanfm.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ autorun=0
[ui]
always_show_tabs=1
max_tab_chars=32
win_width=1920
win_height=1054
win_width=960
win_height=527
splitter_pos=181
media_in_new_tab=0
desktop_folder_new_win=0
Expand Down
2 changes: 1 addition & 1 deletion .config/polybar/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ type = custom/script
format-prefix = ""
format-prefix-foreground = ${colors.primary}
exec = ~/dotfiles/.config/polybar/modules/pending-updates.sh
interval = 600
interval = 300

[module/filesystem]
type = internal/fs
Expand Down
48 changes: 24 additions & 24 deletions .config/starship.toml
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
# format = """
# [░▒▓](#a3aed2)\
# [  ](bg:#a3aed2 fg:#090c0c)\
# [](bg:#769ff0 fg:#a3aed2)\
# $directory\
# [](fg:#769ff0 bg:#394260)\
# $git_branch\
# $git_status\
# [](fg:#394260 bg:#212736)\
# $nodejs\
# $rust\
# $golang\
# $php\
# [](fg:#212736 bg:#1d2230)\
# $time\
# [ ](fg:#1d2230)\
# \n$character"""
#
format = """
[░▒▓](#a3aed2)\
[  ](bg:#a3aed2 fg:#090c0c)\
[](bg:#769ff0 fg:#a3aed2)\
$directory\
[](fg:#769ff0 bg:#394260)\
$git_branch\
$git_status\
[](fg:#394260 bg:#212736)\
$nodejs\
$rust\
$golang\
$php\
[](fg:#212736 bg:#1d2230)\
$time\
[ ](fg:#1d2230)\
\n$character"""


# A continuation prompt that displays two filled in arrows
continuation_prompt = '▶▶ '


# A minimal left prompt
format = """$character"""

# move the rest of the prompt to the right
right_format = """$all"""
#
# # A minimal left prompt
# format = """$character"""
#
# # move the rest of the prompt to the right
# right_format = """$all"""


[directory]
Expand Down
Loading

0 comments on commit e4275ca

Please sign in to comment.