mode waybar to bar config, add aliases
This commit is contained in:
parent
939d1082c8
commit
8fdcd343f3
6 changed files with 17 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
# xdg desktop portal fix
|
# xdg desktop portal fix
|
||||||
exec systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
exec systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP GTK_THEME
|
||||||
exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway
|
exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY GTK_THEME XDG_CURRENT_DESKTOP=sway
|
||||||
|
|
||||||
# Set super key
|
# Set super key
|
||||||
set $mod Mod4
|
set $mod Mod4
|
||||||
|
|
|
@ -32,5 +32,4 @@ layer_effects "wofi" blur enable; shadows enable
|
||||||
output * bg $bg fill
|
output * bg $bg fill
|
||||||
|
|
||||||
### Bar
|
### Bar
|
||||||
|
bar swaybar_command waybar
|
||||||
exec env GTK_THEME="Adwaita-dark" waybar
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
GTK_THEME="Lavanda-Sea-Dark" nm-applet --indicator &
|
nm-applet --indicator &
|
||||||
autotiling &
|
autotiling &
|
||||||
discord &
|
discord &
|
||||||
element-desktop &
|
element-desktop &
|
||||||
|
|
|
@ -32,8 +32,9 @@ button {
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
|
all: initial;
|
||||||
margin: 1px 0px;
|
margin: 1px 0px;
|
||||||
padding: 0px 5px;
|
padding: 0px 8px;
|
||||||
color: #c7c6c3;
|
color: #c7c6c3;
|
||||||
background-color: rgba(0, 0, 0, 0);
|
background-color: rgba(0, 0, 0, 0);
|
||||||
}
|
}
|
||||||
|
|
8
.zshrc
8
.zshrc
|
@ -30,6 +30,11 @@ alias neo="pfetch"
|
||||||
alias rf="rm -fr" # remove le french hon hon hon
|
alias rf="rm -fr" # remove le french hon hon hon
|
||||||
alias config="/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME"
|
alias config="/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME"
|
||||||
alias ls="ls --color=auto"
|
alias ls="ls --color=auto"
|
||||||
|
alias ip="ip --color=auto"
|
||||||
|
alias grep="grep --color=auto"
|
||||||
|
alias diff="diff --color=auto"
|
||||||
|
alias ccat="highlight --out-format=ansi"
|
||||||
|
|
||||||
|
|
||||||
alias config="/usr/bin/git --git-dir=$HOME/.cfg --work-tree=$HOME"
|
alias config="/usr/bin/git --git-dir=$HOME/.cfg --work-tree=$HOME"
|
||||||
|
|
||||||
|
@ -45,6 +50,9 @@ man() {
|
||||||
man "$@"
|
man "$@"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# exit bad
|
||||||
|
[ $NOEXIT ] && alias exit="echo Exiting is disabled"
|
||||||
|
|
||||||
# Enable zsh auto suggestions
|
# Enable zsh auto suggestions
|
||||||
autoload compinit && compinit
|
autoload compinit && compinit
|
||||||
source $HOME/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh
|
source $HOME/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh
|
||||||
|
|
3
packages
3
packages
|
@ -12,6 +12,8 @@ btrfs-progs
|
||||||
chromium
|
chromium
|
||||||
clang
|
clang
|
||||||
cmake
|
cmake
|
||||||
|
cups
|
||||||
|
cups-pdf
|
||||||
discord
|
discord
|
||||||
easyeffects
|
easyeffects
|
||||||
efibootmgr
|
efibootmgr
|
||||||
|
@ -26,6 +28,7 @@ gnome-keyring
|
||||||
gnome-themes-extra
|
gnome-themes-extra
|
||||||
grim
|
grim
|
||||||
grub
|
grub
|
||||||
|
highlight
|
||||||
htop
|
htop
|
||||||
imv
|
imv
|
||||||
iwd
|
iwd
|
||||||
|
|
Loading…
Reference in a new issue