mirror of
https://github.com/ksyasuda/rice.git
synced 2024-10-28 09:04:10 -07:00
update laptop config
This commit is contained in:
parent
1d1c1c7e36
commit
2b2dee1728
16
i3-wm/config
16
i3-wm/config
@ -301,7 +301,8 @@ gaps inner 15
|
||||
# BORDERS
|
||||
|
||||
# make all windows have a 3 pixel border
|
||||
for_window [class=".*"] border pixel 5
|
||||
# for_window [class=".*"] border pixel 5
|
||||
for_window [class=".*"] border pixel 3
|
||||
# for_window [class=".*"] border none
|
||||
|
||||
# make calendar, todo, and spotify always only have border 3 pixels
|
||||
@ -316,8 +317,16 @@ title_align center
|
||||
## client colors
|
||||
# class border backgr text indicate child_border
|
||||
# client.focused #56a7b5 #282c34 #ffffff #2e9ef4 #56a7b5
|
||||
client.focused #51afef #282c34 #ffffff #2e9ef4 #2878af
|
||||
# client.focused #a8d385 #282c34 #ffffff #50b62c #a8d385
|
||||
|
||||
# magenta
|
||||
# client.focused #ecbe7b #282c34 #ffffff #c678dd #c678dd
|
||||
# white
|
||||
# client.focused #ecbe7b #282c34 #ffffff #ffffff #bbc2cf
|
||||
# yellow
|
||||
# client.focused #ecbe7b #282c34 #ffffff #d19a66 #ecbe7b
|
||||
# blue
|
||||
client.focused #51afef #282c34 #ffffff #2e9ef4 #2878af
|
||||
client.unfocused #3d4450 #282c34 #ffffff #1e90ff #3d4450
|
||||
|
||||
## disable floating, borders
|
||||
@ -474,11 +483,12 @@ exec_always --no-startup-id /usr/bin/alternating_layouts.py
|
||||
exec --no-startup-id ~/.bin/eww daemon
|
||||
|
||||
exec --no-startup-id $term -e ncmpcpp
|
||||
exec --no-startup-id SVPManager
|
||||
|
||||
# exec --no-startup-id variety
|
||||
|
||||
# Make the currently focused window a scratchpad
|
||||
bindsym $mod+Shift+a exec --no-startup-id /usr/local/bin/aniwrapper
|
||||
bindsym $mod+Shift+a exec --no-startup-id /usr/bin/aniwrapper
|
||||
|
||||
# Make the currently focused window a scratchpad
|
||||
bindsym $mod+Shift+minus move scratchpad
|
||||
|
@ -440,7 +440,8 @@ wintypes:
|
||||
# ibhagwan
|
||||
# corner-radius = 12;
|
||||
# corner-radius = 15;
|
||||
corner-radius = 28;
|
||||
# corner-radius = 15;
|
||||
corner-radius = 20;
|
||||
rounded-corners-exclude = [
|
||||
"class_g = 'Plasma'",
|
||||
"class_g = 'plsama-desktop'",
|
||||
|
@ -172,12 +172,14 @@ time-format = %H:%M
|
||||
; <bar-capacity>
|
||||
; <ramp-capacity>
|
||||
; <animation-charging>
|
||||
format-charging = <label-charging>
|
||||
format-charging-prefix =
|
||||
; format-charging-prefix =
|
||||
; format-charging-prefix-padding = 1
|
||||
format-charging = <animation-charging><label-charging>
|
||||
format-charging-prefix-background = ${color.green}
|
||||
format-charging-prefix-padding = 1
|
||||
format-charging-overline = ${color.background}
|
||||
format-charging-underline = ${color.background}
|
||||
animation-charging-background = ${color.green}
|
||||
animation-charging-padding = 1
|
||||
|
||||
; Available tags:
|
||||
; <label-discharging> (default)
|
||||
@ -194,7 +196,7 @@ format-discharging-underline = ${color.background}
|
||||
; <ramp-capacity>
|
||||
format-full = <label-full>
|
||||
format-full-prefix =
|
||||
format-full-prefix-background = ${color.red}
|
||||
format-full-prefix-background = ${color.green}
|
||||
format-full-prefix-padding = 1
|
||||
format-full-overline = ${color.background}
|
||||
format-full-underline = ${color.background}
|
||||
|
Loading…
Reference in New Issue
Block a user