Some changes

river: remove opacity option
xonsh: add starship init
This commit is contained in:
Hoang Nguyen 2021-07-20 16:11:14 +03:00
parent 2501edc0ea
commit d3b5747f57
No known key found for this signature in database
GPG Key ID: 813CF484F4993419
2 changed files with 1 additions and 3 deletions

View File

@ -29,9 +29,6 @@ riverctl spawn 'gsettings set org.gnome.desktop.interface cursor-size 24'
# Cursor theme
riverctl xcursor-theme Breeze_Snow 24
# Set opacity and fade effect
riverctl opacity 1.0 0.95 0.0 0.1 20
# Borders
riverctl border-width 2
riverctl border-color-focused '#eceff4'

View File

@ -1 +1,2 @@
execx($(zoxide init xonsh), 'exec', __xonsh__.ctx, filename='zoxide')
execx($(starship init xonsh))