Move panel to the top, fix solarized, add alias to quickly show current

keystrokes, autostart htop at 10 workspace
This commit is contained in:
Ivan Bushchik 2022-08-31 18:26:36 +03:00
parent 199be95b91
commit bbc5a95947
No known key found for this signature in database
GPG key ID: 3E4E9C7D66E44BF7
4 changed files with 15 additions and 6 deletions

View file

@ -123,3 +123,9 @@ bindsym $mod+r mode "resize"
# Floating
for_window [app_id="pavucontrol"] floating enable
for_window [app_id="pavucontrol"] resize set 600 300
# Autostart
exec alacritty --class htop -e htop
for_window [app_id="htop"] move container to workspace number 10
for_window [app_id="htop"] fullscreen

View file

@ -5,10 +5,10 @@ exec_always {
gsettings set $gnome-schema gtk-theme 'Breeze-Dark'
gsettings set $gnome-schema icon-theme 'breeze-dark'
gsettings set $gnome-schema cursor-theme 'breeze_cursors'
gsettings set $gnome-schema font-name 'JetBrains Mono 10'
gsettings set $gnome-schema font-name 'JetBrains Mono 9'
}
# Property Name Border BG Text
client.focused #839496 #839496 #002b36
client.focused_inactive #839496 #002b36 #002b36
client.unfocused #002b36 #003b36 #839496
# Property Name Border BG Text Indicator Child_border
client.focused #839496 #002b36 #839496 #839496 #839496
client.focused_inactive #002b36 #002b36 #839496 #839496 #002b36
client.unfocused #002b36 #002b36 #839496 #839496 #002b36

View file

@ -1,6 +1,6 @@
{
//"height": , // Waybar height (to be removed for auto height)
"position": "bottom",
"position": "top",
"modules-left": ["sway/workspaces", "sway/mode"],
"modules-center": ["sway/window"],
"modules-right": ["idle_inhibitor", "network", "pulseaudio", "cpu", "memory", "temperature", "battery", "sway/language", "clock", "tray"],

View file

@ -10,3 +10,6 @@ source $ZSH/oh-my-zsh.sh
alias vi="nvim"
alias vim="nvim"
alias show_current_keys="wshowkeys -F \"JetBrains Mono 9\" -a left -a bottom -t 1"