sway: new rice
This commit is contained in:
parent
223ee25c68
commit
8d873ba2e5
1 changed files with 22 additions and 15 deletions
|
@ -11,8 +11,6 @@ set $lock swaylock
|
||||||
set $rofi_cmd rofi -terminal '$term'
|
set $rofi_cmd rofi -terminal '$term'
|
||||||
set $menu $rofi_cmd -show combi -combi-modes drun#run -modes combi
|
set $menu $rofi_cmd -show combi -combi-modes drun#run -modes combi
|
||||||
|
|
||||||
output * bg #1f1f28 solid_color
|
|
||||||
|
|
||||||
input * {
|
input * {
|
||||||
xkb_layout us
|
xkb_layout us
|
||||||
xkb_options "compose:prsc"
|
xkb_options "compose:prsc"
|
||||||
|
@ -112,29 +110,38 @@ exec foot -s
|
||||||
bindsym $mod+Ctrl+Up grow up 10 px or 10 ppt
|
bindsym $mod+Ctrl+Up grow up 10 px or 10 ppt
|
||||||
bindsym $mod+Ctrl+Right grow right 10 px or 10 ppt
|
bindsym $mod+Ctrl+Right grow right 10 px or 10 ppt
|
||||||
|
|
||||||
gaps inner 8
|
set $accent #e96161
|
||||||
gaps outer 0
|
|
||||||
default_border pixel 1
|
output * bg #e6e6e6 solid_color
|
||||||
|
|
||||||
|
gaps inner 12
|
||||||
|
gaps left 8
|
||||||
|
gaps right 8
|
||||||
|
gaps bottom 8
|
||||||
|
gaps top 0
|
||||||
|
default_border normal 0
|
||||||
font "APL386 Unicode 8"
|
font "APL386 Unicode 8"
|
||||||
|
|
||||||
client.focused #54546d #1f1f28 #dcd7ba #54546d #54546d
|
client.focused $accent $accent $accent $accent $accent
|
||||||
client.unfocused #363646 #1f1f28 #c8c093 #363646 #363646
|
client.unfocused #5c5c5c #5c5c5c #5c5c5c #5c5c5c #5c5c5c
|
||||||
client.focused_inactive #363646 #1f1f28 #c8c093 #363646 #363646
|
client.focused_inactive #5c5c5c #5c5c5c #5c5c5c #5c5c5c #5c5c5c
|
||||||
|
|
||||||
|
for_window [app_id="firefox"] border normal 1
|
||||||
|
|
||||||
# Status Bar:
|
# Status Bar:
|
||||||
bar {
|
bar {
|
||||||
position bottom
|
position top
|
||||||
gaps 8
|
gaps 16 20
|
||||||
font "APL386 Unicode 8"
|
font "APL386 Unicode 8"
|
||||||
|
|
||||||
status_command ~/.config/sway/status_command
|
status_command ~/.config/sway/status_command
|
||||||
|
|
||||||
colors {
|
colors {
|
||||||
background #1f1f28
|
background #ffffff
|
||||||
statusline #dcd7ba
|
statusline #000000
|
||||||
focused_workspace #54546d #1f1f28 #c8c893
|
focused_workspace $accent $accent #ffffff
|
||||||
active_workspace #1f1f28 #1f1f28 #c8c893
|
active_workspace #ffffff #ffffff #000000
|
||||||
inactive_workspace #1f1f28 #1f1f28 #c8c893
|
inactive_workspace #ffffff #ffffff #000000
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue