Updated for removing hyprland and related packages
This commit is contained in:
parent
0df3faa2e1
commit
2d400c3012
4 changed files with 52 additions and 33 deletions
|
|
@ -9,7 +9,25 @@ seat seat0 xcursor_theme Dracula 24
|
|||
|
||||
# Status Bar:
|
||||
bar {
|
||||
swaybar_command waybar
|
||||
swaybar_command swaybar
|
||||
font Iosevka Term 12
|
||||
position top
|
||||
workspace_min_width 36
|
||||
tray_padding 4
|
||||
status_command while echo "$(df / --output=pcent | tail -1 | tr -d ' ') $(date +'%m/%d/%Y %I:%M %p')"; do sleep 30; done
|
||||
colors {
|
||||
background #282a36
|
||||
statusline #f8f8f2
|
||||
separator #44475a
|
||||
focused_background #282a36
|
||||
focused_statusline #f8f8f2
|
||||
focused_separator #44475a
|
||||
focused_workspace #bd93f9 #282a36 #bd93f9
|
||||
active_workspace #6272a4 #282a36 #6272a4
|
||||
inactive_workspace #282a36 #282a36 #44475a
|
||||
urgent_workspace #ff5555 #282a36 #ff5555
|
||||
binding_mode #ffb86c #282a36 #ffb86c
|
||||
}
|
||||
}
|
||||
|
||||
# -Colors-
|
||||
|
|
@ -21,7 +39,6 @@ client.urgent #ff5555 #282a36 #f8f8f2 #ff5555 #ff5555
|
|||
client.placeholder #282a36 #282a36 #f8f8f2 #282a36 #282a36
|
||||
|
||||
# Swayfx
|
||||
# comment these out if you don't use swayfx
|
||||
#blur enable
|
||||
#corner_radius 4
|
||||
#shadows enable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue