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
|
||||
exec systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway
|
||||
exec systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP GTK_THEME
|
||||
exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY GTK_THEME XDG_CURRENT_DESKTOP=sway
|
||||
|
||||
# Set super key
|
||||
set $mod Mod4
|
||||
|
|
|
@ -32,5 +32,4 @@ layer_effects "wofi" blur enable; shadows enable
|
|||
output * bg $bg fill
|
||||
|
||||
### Bar
|
||||
|
||||
exec env GTK_THEME="Adwaita-dark" waybar
|
||||
bar swaybar_command waybar
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
GTK_THEME="Lavanda-Sea-Dark" nm-applet --indicator &
|
||||
nm-applet --indicator &
|
||||
autotiling &
|
||||
discord &
|
||||
element-desktop &
|
||||
|
|
|
@ -32,8 +32,9 @@ button {
|
|||
}
|
||||
|
||||
#workspaces button {
|
||||
all: initial;
|
||||
margin: 1px 0px;
|
||||
padding: 0px 5px;
|
||||
padding: 0px 8px;
|
||||
color: #c7c6c3;
|
||||
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 config="/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME"
|
||||
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"
|
||||
|
||||
|
@ -45,6 +50,9 @@ man() {
|
|||
man "$@"
|
||||
}
|
||||
|
||||
# exit bad
|
||||
[ $NOEXIT ] && alias exit="echo Exiting is disabled"
|
||||
|
||||
# Enable zsh auto suggestions
|
||||
autoload compinit && compinit
|
||||
source $HOME/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh
|
||||
|
|
3
packages
3
packages
|
@ -12,6 +12,8 @@ btrfs-progs
|
|||
chromium
|
||||
clang
|
||||
cmake
|
||||
cups
|
||||
cups-pdf
|
||||
discord
|
||||
easyeffects
|
||||
efibootmgr
|
||||
|
@ -26,6 +28,7 @@ gnome-keyring
|
|||
gnome-themes-extra
|
||||
grim
|
||||
grub
|
||||
highlight
|
||||
htop
|
||||
imv
|
||||
iwd
|
||||
|
|
Loading…
Reference in a new issue