i3bar colors/config tweaks

telega desktop entry
m4atowav sh function
This commit is contained in:
2024-10-19 09:22:16 +03:00
parent 7a195bfda8
commit 2a3bb40fb6
6 changed files with 107 additions and 3 deletions

View File

@@ -6,6 +6,6 @@ exec_always --no-startup-id dunst -config ~/.config/dunst/dunstrc
exec --no-startup-id redshift
#emacs
exec --no-startup-id emacs --daemon
exec --no-startup-id ~/bin/autostart
exec ~/bin/autostart
exec --no-startup-id nextcloud --background
exec --no-startup-id clipcatd

View File

@@ -36,7 +36,7 @@ exec_always --no-startup-id setxkbmap -layout us,ara -variant ,ergoarabic -optio
# FUCK YOU MICROSOFT (thank you copilot)
exec_always --no-startup-id xmodmap ~/.Xmodmap
# YEA
exec --no-startup-id darkman run
# exec --no-startup-id darkman run
#Useful thing to switch back when you press same switcher key (this breaks the spotify move to workspace rule)
#workspace_auto_back_and_forth yes
@@ -81,3 +81,19 @@ bindsym $mod+$alt+e exec emacsclient --eval '(emacs-everywhere)'
#Clipboard manager
bindsym $mod+$alt+v exec --no-startup-id clipcat-menu
bar {
position top
colors {
# Whole color settings
background #3c3836
statusline #ebdbb2
separator #666666
focused_workspace #458588 #458588 #ebdbb2
active_workspace #83a598 #83a598 #ebdbb2
inactive_workspace #504945 #504945 #ebdbb2
urgent_workspace #cc241d #cc241d #504945
}
status_command i3status
}