diff --git a/apps/rofi/config/rofi/config.rasi b/apps/rofi/config/rofi/config.rasi index 9c007e1..ac8f03d 100644 --- a/apps/rofi/config/rofi/config.rasi +++ b/apps/rofi/config/rofi/config.rasi @@ -10,7 +10,6 @@ window { background-color: @background; text-color: @foreground; border: 1px; - border-radius: 20; border-color: @accent; } @@ -97,3 +96,5 @@ element selected { border-radius: 0px; border-color: @accent; } + +/* vim:ft=css diff --git a/apps/rofi/config/rofi/powermenu/powermenu.rasi b/apps/rofi/config/rofi/powermenu/powermenu.rasi index f450963..ac1a684 100644 --- a/apps/rofi/config/rofi/powermenu/powermenu.rasi +++ b/apps/rofi/config/rofi/powermenu/powermenu.rasi @@ -4,7 +4,7 @@ configuration { show-icons: false; disable-history: true; sidebar-mode: false; - font: "JetBrains Mono Nerd Font 18"; + font: "monospace 18"; } * { @@ -60,3 +60,5 @@ element selected { border-radius: 10px; border-color: @border; } + +// vim: set ft=css : diff --git a/apps/rofi/config/rofi/powermenu/powermenu.sh b/apps/rofi/config/rofi/powermenu/powermenu.sh index 9331832..4b9d632 100755 --- a/apps/rofi/config/rofi/powermenu/powermenu.sh +++ b/apps/rofi/config/rofi/powermenu/powermenu.sh @@ -11,7 +11,7 @@ logout="" opt=($lock $suspend $logout $reboot $shutdown) -case $(print -l "${(@)opt}" | rofi -theme ./powermenu.rasi -dmenu) in +case $(print -l "${(@)opt}" | dmenu -theme ./powermenu.rasi) in $cancel) ;; $shutdown) systemctl poweroff ;; $reboot) systemctl reboot ;; diff --git a/apps/rofi/config/rofi/theme.rasi b/apps/rofi/config/rofi/theme.rasi index b971695..9ff716b 100644 --- a/apps/rofi/config/rofi/theme.rasi +++ b/apps/rofi/config/rofi/theme.rasi @@ -1,10 +1,8 @@ * { - accent: #FF4151; - background: #0f111a; - secondary: #00010A; - foreground: #E5E9F0; + accent: env(accent, #FF4151); + background: env(backround, #0f111a); + secondary: env(border, #00010A); + foreground: env(forground, #E5E9F0); } -configuration { - font: "JetBrains Mono Nerd Font 10"; -} \ No newline at end of file +// vim: set ft=css : diff --git a/apps/rofi/local/bin/dmenu b/apps/rofi/local/bin/dmenu new file mode 100755 index 0000000..a4667d0 --- /dev/null +++ b/apps/rofi/local/bin/dmenu @@ -0,0 +1,5 @@ +#! /usr/bin/zsh + +cat | rofi -dmenu $@ + +# vim: set ft=zsh : diff --git a/apps/rofi/local/bin/rofi b/apps/rofi/local/bin/rofi new file mode 100755 index 0000000..c75e82b --- /dev/null +++ b/apps/rofi/local/bin/rofi @@ -0,0 +1,6 @@ +#! /usr/bin/zsh + +export -- $(xrdb -query -all | tr -d \* | sed 's/:[ \t]*/=/') +cat | /usr/bin/rofi $@ + +# vim: set ft=zsh : diff --git a/apps/wallpapers.ln/neon-shallows.jpeg b/apps/wallpapers.ln/neon-shallows.jpeg new file mode 100644 index 0000000..7ef77df Binary files /dev/null and b/apps/wallpapers.ln/neon-shallows.jpeg differ diff --git a/cli/node/yarn.zsh b/cli/node/yarn.zsh index 08e911c..6528557 100644 --- a/cli/node/yarn.zsh +++ b/cli/node/yarn.zsh @@ -1 +1,3 @@ alias yarn='yarn --use-yarnrc "$XDG_CONFIG_HOME/yarn/config"' + +export PATH=$PATH:~/.local/share/npm/bin diff --git a/cli/profile/config/profile b/cli/profile/config/profile index 0eaaf8a..08fa213 100644 --- a/cli/profile/config/profile +++ b/cli/profile/config/profile @@ -7,7 +7,7 @@ export XDG_DATA_HOME=$HOME/.local/share export XDG_STATE_HOME=$HOME/.local/state export XDG_DATA_DIRS="$XDG_DATA_HOME:/usr/share:/usr/local/share" export DOTFILES=$(realpath $(dirname $(realpath $XDG_CONFIG_HOME/profile))/../../..) -export PATH=$PATH:$HOME/.local/bin +export PATH=$HOME/.local/bin:$PATH # Load dotfiles from XDG directories instead of the HOME. export ZDOTDIR=$XDG_CONFIG_HOME/zsh @@ -41,3 +41,5 @@ export EDITOR=nvim export VISUAL=$EDITOR export TERMINAL=kitty export BROWSER=google-chrome-stable + +# vim: set ft=sh : diff --git a/nvim/nvim/config/nvim.ln/spell/en.utf-8.add b/nvim/nvim/config/nvim.ln/spell/en.utf-8.add new file mode 100644 index 0000000..d505c2e --- /dev/null +++ b/nvim/nvim/config/nvim.ln/spell/en.utf-8.add @@ -0,0 +1,14 @@ +kyoo +auth +localhost +api +REST +json +inheritdoc +www +Teardown +moe +AnonymusRaccoon +github +s +Kyoo diff --git a/nvim/nvim/config/nvim.ln/spell/en.utf-8.add.spl b/nvim/nvim/config/nvim.ln/spell/en.utf-8.add.spl new file mode 100644 index 0000000..12a8895 Binary files /dev/null and b/nvim/nvim/config/nvim.ln/spell/en.utf-8.add.spl differ