Browse Source

replace foot with alacritty

Bananicorn 9 months ago
parent
commit
7ff799eb5a

+ 0 - 25
devuan_setup/config/foot/foot.ini

@@ -1,25 +0,0 @@
-# -*- conf -*-
-#
-# modus-vivendi
-# See: https://protesilaos.com/emacs/modus-themes
-#
-
-[colors]
-background=000000
-foreground=ffffff
-regular0=000000
-regular1=ff8059
-regular2=44bc44
-regular3=d0bc00
-regular4=2fafff
-regular5=feacd0
-regular6=00d3d0
-regular7=bfbfbf
-bright0=595959
-bright1=ef8b50
-bright2=70b900
-bright3=c0c530
-bright4=79a8ff
-bright5=b6a0ff
-bright6=6ae4b9
-bright7=ffffff

+ 3 - 2
devuan_setup/config/sway/config

@@ -142,10 +142,11 @@ bindsym $Mod+Space exec "cat ~/desktop/applications.txt | wofi --dmenu | dash"
 bindsym $Mod+Shift+e exec "swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your sway session.' -b 'Yes, exit sway' 'swaymsg exit'"
 
 # PROGRAM SHORTCUTS
-bindsym $Mod+Return exec foot
+bindsym $Mod+Return exec alacritty
 bindsym $Mod+e exec thunar
 bindsym Print exec grimshot save active ~/screenshots/$(date +%Y-%m-%d_%H-%M-%S).png
-bindsym Shift+Print exec sleep 3s; timeout --signal=SIGINT 15s wf-recorder -f ~/screenrecordings/$(date +%Y-%m-%d_%H-%M-%S).mp4
+bindsym Shift+Print exec sleep 3s && touch ~/screenrecordings/tes
+bindsym $Mod+Print exec sleep 3s && timeout --signal=SIGINT 15s wf-recorder -f ~/screenrecordings/$(date +%Y-%m-%d_%H-%M-%S).mp4
 bindsym $Mod+Shift+Control+l exec swaylock
 
 # SCREEN BACKLIGHT

+ 2 - 1
devuan_setup/config/wofi/style.css

@@ -12,6 +12,8 @@ window {
 #inner-box {
 	background: #222;
 	color: #FFF;
+	max-height: 100%;
+	border-bottom: 2px solid #33DD33;
 }
 
 #entry {
@@ -20,7 +22,6 @@ window {
 }
 
 #scroll {
-	border-bottom: 2px solid #33DD33;
 }
 
 #entry:selected {

+ 1 - 2
devuan_setup/setup_system.sh

@@ -33,8 +33,7 @@ ln -sn ~/dotfiles/devuan_setup/scripts ~/scripts
 sudo apt install -y wl-clipboard
 
 #install terminal emulator
-sudo apt install -y foot
-ln -sn ~/dotfiles/devuan_setup/config/foot ~/.config/foot
+sudo apt install -y alacritty
 
 #dialog boxes
 sudo apt install -y zenity