Replace files with hardlinks

This commit is contained in:
2022-01-12 14:09:01 +02:00
parent 90f781616e
commit 4213ca3da7
435 changed files with 20 additions and 37 deletions

View File

@@ -18,13 +18,6 @@ color="${styles[$(( $RANDOM % 10 ))]}"
rofi -show combi \
-combi-modi "window,drun,run" \
-modi "combi,drun,window,ssh,powermenu:/home/nick/.config/rofi/launchers/text/powermenu" \
-modi "combi,drun,window,ssh" \
-theme $dir/"$theme" \
-kb-modi-tab "Tab"
#rofi -show combi \
# -combi-modi "window,drun,run" \
# -run-shell-command 'alacritty -e zsh -ic "{cmd} && read"' \
# -modi "combi,drun,window,ssh,powermenu:/home/nick/.config/rofi/launchers/text/powermenu" \
# -theme $dir/"$theme" \
# -kb-modi-tab "Tab"

View File

@@ -33,7 +33,7 @@ configuration {
window {
border: 0px;
border-color: @ac;
border-radius: 6px;
border-radius: 9px;
padding: 30;
width: 20%;
}