Compare commits

...

10 Commits

6 changed files with 29 additions and 22 deletions

View File

@ -1,6 +1,8 @@
# Aliases
alias cat='bat'
alias clean-aurutils-cache='find ~/.cache/aurutils/sync -type d -name .git -execdir git clean -xi \;'
alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
alias cookie='fortune /usr/share/fortune/asoiaf /usr/share/fortune/startrek | cowthink -f $(find /usr/share/cowsay/cows -type f | shuf -n 1)'
alias fastfetch='hyfetch'
alias ghc='stack ghc'
alias ghci='stack ghci'

View File

@ -1,6 +1,6 @@
directory: ~/Music
library: ~/Music/musiclibrary.db
plugins: inline edit fetchart embedart mbsync albumtypes smartplaylist lyrics the info lastimport types ftintitle scrub fuzzy chroma limit replaygain random
plugins: inline edit fetchart embedart mbsync albumtypes smartplaylist lyrics the info lastimport types ftintitle scrub fuzzy chroma limit replaygain random summarize
format_item: %the{$artist} - %the{$album} ($original_year)$atypes - %the{$title}
format_album: %the{$albumartist} - %the{$album} ($original_year)$atypes
sort_item: artist+ original_year+ original_month+ album+ disc+ track+

View File

@ -91,13 +91,11 @@
"key": "CPU ",
"keyColor": "green",
"type": "cpu",
"temp": true
},
{
"key": "GPU ",
"keyColor": "red",
"type": "gpu",
"temp": true
},
{
"key": "Disk ",
@ -119,6 +117,13 @@
"keyColor": "yellow",
"type": "uptime"
},
{
"key": "OS Age ",
"keyColor": "green",
"keyIcon": "",
"type": "command",
"text": "birth_install=$(stat -c %W /); current=$(date +%s); time_progression=$((current - birth_install)); days_difference=$((time_progression / 86400)); echo $days_difference days"
},
"break",
{
"type": "custom",

View File

@ -9,6 +9,8 @@ if status is-interactive
fastfetch
fortune /usr/share/fortune/asoiaf | cowthink -f $(find /usr/share/cowsay/cows -type f | shuf -n 1)
calcurse -d 7
starship init fish | source

View File

@ -8,6 +8,7 @@ $directory\
[](fg:#DA627D bg:#FCA17D)\
$git_branch\
$git_status\
$git_state\
[](fg:#FCA17D bg:#86BBD8)\
$c\
$conda\
@ -24,14 +25,12 @@ $python\
$rust\
$scala\
[](fg:#86BBD8 bg:#06969A)\
$docker_context\
[](fg:#06969A bg:#33658A)\
$time\
[ ](fg:#33658A)\
$cmd_duration\
[ ](fg:#06969A)\
"""
# Disable the blank line at the start of the prompt
# add_newline = false
add_newline = true
# You can also replace your username with a neat symbol like  or disable this
# and use the os module below
@ -81,16 +80,6 @@ style = "bg:#86BBD8"
format = '[ $symbol ($version) ]($style)'
commands = [ [ 'clang', '--version' ], [ 'gcc', '--version' ] ]
[conda]
symbol = " "
style = "bg:#86BBD8"
format = '[ $symbol ($environment) ]($style)'
[docker_context]
symbol = " "
style = "bg:#06969A"
format = '[ $symbol $context ]($style)'
[elixir]
symbol = " "
style = "bg:#86BBD8"
@ -110,6 +99,10 @@ format = '[ $symbol $branch ]($style)'
style = "bg:#FCA17D"
format = '[$all_status$ahead_behind ]($style)'
[git_state]
style = "bg:#FCA17D"
format = '[$state( $progress_current/$progress_total)]($style)'
[golang]
symbol = " "
style = "bg:#86BBD8"
@ -147,7 +140,7 @@ format = '[ $symbol ($version) ]($style)'
[python]
symbol = " "
style = "bg:#86BBD8"
format= "[${symbol}${pyenv_prefix}(${version} )(($virtualenv) )]($style)"
format= "[ ${symbol}${pyenv_prefix}(${version})(($virtualenv) )]($style)"
[rust]
symbol = ""
@ -164,3 +157,7 @@ disabled = true
time_format = "%R" # Hour:Minute Format
style = "bg:#33658A"
format = '[ ♥ $time ]($style)'
[cmd_duration]
style = "bg:#06969A"
format = '[ took $duration]($style)'

View File

@ -134,9 +134,9 @@ myWorkspaces = ["1:\xf489 ", "2:\xe743 ", "3:\xf1b6 ", "4:\xf10b ", "5:\xead9 ",
-- Layout
myLayoutHook = onWorkspace "2:\xe743 " myWebLayout $ onWorkspace "3:\xf1b6 " myGamesLayout myDefaultLayout
where
myWebLayout = avoidStruts $ spacingWithEdge 3 $ myTabbed ||| tiled ||| Mirror tiled ||| threeCol ||| Grid ||| spiral 0.856
myWebLayout = avoidStruts $ renamed [CutWordsLeft 1] $ spacingWithEdge 3 $ myTabbed ||| tiled ||| Mirror tiled ||| threeCol ||| Grid ||| spiral 0.856
myGamesLayout = avoidStruts $ smartBorders Full
myDefaultLayout = avoidStruts $ spacingWithEdge 3 $ tiled ||| Mirror tiled ||| myTabbed ||| threeCol ||| Grid ||| spiral 0.856
myDefaultLayout = avoidStruts $ renamed [CutWordsLeft 1] $ spacingWithEdge 3 $ tiled ||| Mirror tiled ||| myTabbed ||| threeCol ||| Grid ||| spiral 0.856
threeCol =
renamed [Replace "ThreeCol"] $
magnifiercz' 1.3 $
@ -191,7 +191,7 @@ myStartupHook = do
-- spawnOnce "mons -e left && ~/.fehbg"
spawnOnce $
"xrandr --output HDMI-1-0 --preferred --primary --output eDP-1 --right-of HDMI-1-0 --preferred && ~/.fehbg"
++ " && xcompmgr -c -C -t-5 -l-5 -r4.2 -o.55"
++ " && picom -b -c"
spawnOnce "xautolock -time 10 -locker slock -detectsleep"
spawnOnce
"trayer -l --edge top --align right --SetDockType true \
@ -208,6 +208,7 @@ myStartupHook = do
spawnOnce "numlockx"
spawnOnce "blueman-applet"
spawnOnce "mousemove"
spawnOnce "adb start-server"
-- Manage hook
myManageHook :: ManageHook