Added dotfiles and README.md
51
README.md
@@ -0,0 +1,51 @@
|
||||
## Dotfiles
|
||||
|
||||
These are dotfiles for my linux machine
|
||||
|
||||
Includes the dotfiles for
|
||||
|
||||
- [alacritty](#alacritty)
|
||||
- [bspwm](#bspwm)
|
||||
- [conky](#conky)
|
||||
- [neovim](#neovim)
|
||||
- [picom](#picom)
|
||||
- [rofi](#rofi)
|
||||
- [sxhkd](#sxhkd)
|
||||
- [tmux](#tmux)
|
||||
- [zsh](#zsh)
|
||||
|
||||
### alacritty
|
||||
|
||||

|
||||
|
||||
### bspwm
|
||||
|
||||
[bspwm](https://github.com/baskerville/bspwm)
|
||||
|
||||
### conky
|
||||
|
||||

|
||||
|
||||
### neovim
|
||||
|
||||

|
||||
|
||||
### picom
|
||||
|
||||
[picom](https://github.com/yshui/picom)
|
||||
|
||||
### rofi
|
||||
|
||||

|
||||
|
||||
### sxhkd
|
||||
|
||||
[sxhkd](https://github.com/baskerville/sxhkd)
|
||||
|
||||
### tmux
|
||||
|
||||

|
||||
|
||||
### zsh
|
||||
|
||||

|
||||
|
||||
51
config/conky/conky.conf
Normal file
@@ -0,0 +1,51 @@
|
||||
#Thanks to mowgli-writes (https://www.deviantart.com/mowgli-writes/art/qlocktwo-conky-470067388) for the idea and original source code!
|
||||
conky.config = {
|
||||
background = false,
|
||||
own_window = true,
|
||||
own_window_type = 'override',
|
||||
own_window_class = 'Conky',
|
||||
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
|
||||
alignment = 'bottom_left',
|
||||
gap_x = 50,
|
||||
--575z
|
||||
gap_y = 70,
|
||||
--310
|
||||
use_xft = true,
|
||||
font = 'Source Sans Pro:size=18',
|
||||
xftalpha = 0.1,
|
||||
update_interval = 10.0,
|
||||
uppercase = true,
|
||||
double_buffer = true,
|
||||
own_window_argb_visual = true,
|
||||
own_window_argb_value = 0,
|
||||
draw_shades = true,
|
||||
default_shade_color = '#000000',
|
||||
default_color = '#ffffff',
|
||||
color1 = '#2d2d2d',
|
||||
--2d2d2d
|
||||
--4A2B45
|
||||
--382536
|
||||
--3F2E2F
|
||||
--000000
|
||||
};
|
||||
|
||||
conky.text = [[
|
||||
${alignc}${color}I T ${color1}L ${color}I S ${color1}A S T I M E
|
||||
${alignc}${if_match ${exec date +"%M"} < 33}${if_match ${exec date +"%M"} >= 13}${if_match ${exec date +"%M"} < 18}${color}${endif}${endif}A ${color1}C ${if_match ${exec date +"%M"} >= 13}${if_match ${exec date +"%M"} < 18}${color}${endif}${endif}Q U A R T E R ${color1}D C
|
||||
${alignc}${if_match ${exec date +"%M"} >= 18}${if_match ${exec date +"%M"} < 28}${color}${endif}${endif}T W E N T Y ${if_match ${exec date +"%M"} >= 23}${if_match ${exec date +"%M"} < 28}${color}${endif}${else}${color1}${endif}${if_match ${exec date +"%M"} >= 3}${if_match ${exec date +"%M"} < 8}${color}${endif}${endif}F I V E ${color1}X
|
||||
${alignc}${if_match ${exec date +"%M"} >= 28}${if_match ${exec date +"%M"} < 33}${color}${endif}${endif}H A L F ${color1}B ${if_match ${exec date +"%M"} >= 8}${if_match ${exec date +"%M"} < 13}${color}${endif}${endif}T E N ${color1}F T O
|
||||
${alignc}${else}${if_match ${exec date +"%M"} >= 43}${if_match ${exec date +"%M"} < 48}${color}${endif}${endif}A ${color1}C ${if_match ${exec date +"%M"} >= 43}${if_match ${exec date +"%M"} < 48}${color}${endif}${endif}Q U A R T E R ${color1}D C
|
||||
${alignc}${if_match ${exec date +"%M"} >= 33}${if_match ${exec date +"%M"} < 38}${color}${endif}${endif}T W E N T Y ${if_match ${exec date +"%M"} < 38}${if_match ${exec date +"%M"} >= 33}${color}${endif}${else}${color1}${endif}${if_match ${exec date +"%M"} >= 52}${if_match ${exec date +"%M"} < 58}${color}${endif}${endif}F I V E ${color1}X
|
||||
${alignc}H A L F B ${if_match ${exec date +"%M"} >= 48}${if_match ${exec date +"%M"} < 53}${color}${endif}${endif}T E N ${color1}F ${color}T O${color1}
|
||||
${alignc}${endif}${if_match ${exec date +"%M"} < 33}${if_match ${exec date +"%M"} >= 3}${color}${endif}${endif}P A S T ${color1}E R U ${if_match ${exec date +"%M"} < 33}${if_match ${exec date +"%I"} == 9}${color}${else}${color1}${endif}N I N E
|
||||
${alignc}${if_match ${exec date +"%I"} == 1}${color}${else}${color1}${endif}O N E ${if_match ${exec date +"%I"} == 6}${color}${else}${color1}${endif}S I X ${if_match ${exec date +"%I"} == 3}${color}${else}${color1}${endif}T H R E E
|
||||
${alignc}${if_match ${exec date +"%I"} == 4}${color}${else}${color1}${endif}F O U R ${if_match ${exec date +"%I"} == 5}${color}${else}${color1}${endif}F I V E ${if_match ${exec date +"%I"} == 2}${color}${else}${color1}${endif}T W O
|
||||
${alignc}${if_match ${exec date +"%I"} == 8}${color}${else}${color1}${endif}E I G H T ${if_match ${exec date +"%I"} == 11}${color}${else}${color1}${endif}E L E V E N
|
||||
${alignc}${if_match ${exec date +"%I"} == 7}${color}${else}${color1}${endif}S E V E N ${if_match ${exec date +"%I"} == 12}${color}${else}${color1}${endif}T W E L V E
|
||||
${alignc}${if_match ${exec date +"%I"} == 10}${color}${else}${color1}${endif}T E N ${else}${if_match ${exec date +"%I"} == 8}${color}${else}${color1}${endif}N I N E
|
||||
${alignc}${if_match ${exec date +"%I"} == 12}${color}${else}${color1}${endif}O N E ${if_match ${exec date +"%I"} == 5}${color}${else}${color1}${endif}S I X ${if_match ${exec date +"%I"} == 2}${color}${else}${color1}${endif}T H R E E
|
||||
${alignc}${if_match ${exec date +"%I"} == 3}${color}${else}${color1}${endif}F O U R ${if_match ${exec date +"%I"} == 4}${color}${else}${color1}${endif}F I V E ${if_match ${exec date +"%I"} == 1}${color}${else}${color1}${endif}T W O
|
||||
${alignc}${if_match ${exec date +"%I"} == 7}${color}${else}${color1}${endif}E I G H T${if_match ${exec date +"%I"} == 10}${color}${else}${color1}${endif} E L E V E N
|
||||
${alignc}${if_match ${exec date +"%I"} == 6}${color}${else}${color1}${endif}S E V E N${if_match ${exec date +"%I"} == 11}${color}${else}${color1}${endif} T W E L V E
|
||||
${alignc}${if_match ${exec date +"%I"} == 9}${color}${else}${color1}${endif}T E N ${endif}${color1}S E ${if_match ${exec date +"%M"} < 3}${color}${endif}O' C L O C K
|
||||
]];
|
||||
BIN
images/alacritty.png
Normal file
|
After Width: | Height: | Size: 115 KiB |
BIN
images/conky.png
Normal file
|
After Width: | Height: | Size: 84 KiB |
BIN
images/neovim.png
Normal file
|
After Width: | Height: | Size: 140 KiB |
BIN
images/rofi.png
Normal file
|
After Width: | Height: | Size: 76 KiB |
BIN
images/tmux.png
Normal file
|
After Width: | Height: | Size: 71 KiB |
BIN
images/wallpaper.jpg
Normal file
|
After Width: | Height: | Size: 61 KiB |
BIN
images/zsh.png
Normal file
|
After Width: | Height: | Size: 80 KiB |