mirror of
https://github.com/ksyasuda/rice.git
synced 2024-10-28 09:04:10 -07:00
updates
This commit is contained in:
parent
4dcf9687f6
commit
32aa273187
@ -301,7 +301,7 @@ gaps inner 15
|
|||||||
# BORDERS
|
# BORDERS
|
||||||
|
|
||||||
# make all windows have a 3 pixel border
|
# make all windows have a 3 pixel border
|
||||||
for_window [class=".*"] border pixel 4
|
for_window [class=".*"] border pixel 5
|
||||||
|
|
||||||
# make calendar, todo, and spotify always only have border 3 pixels
|
# make calendar, todo, and spotify always only have border 3 pixels
|
||||||
# for_window[workspace="4: "] border pixel 5
|
# for_window[workspace="4: "] border pixel 5
|
||||||
@ -467,7 +467,7 @@ exec --no-startup-id /home/sudacode/SudacodeRice/scripts/new-wallpaper.sh
|
|||||||
# exec --no-startup-id ~/SudacodeRice/scripts/calendar.sh
|
# exec --no-startup-id ~/SudacodeRice/scripts/calendar.sh
|
||||||
# exec --no-startup-id ~/SudacodeRice/scripts/todo.sh
|
# exec --no-startup-id ~/SudacodeRice/scripts/todo.sh
|
||||||
|
|
||||||
exec --no-startup-id /usr/bin/alternating_layouts.py
|
exec_always --no-startup-id /usr/bin/alternating_layouts.py
|
||||||
|
|
||||||
|
|
||||||
exec --no-startup-id ~/.bin/eww daemon
|
exec --no-startup-id ~/.bin/eww daemon
|
||||||
|
@ -227,13 +227,17 @@ mode "$mode_gaps_left" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# set default gaps to 20
|
# set default gaps to 20
|
||||||
|
gaps top 35
|
||||||
|
gaps left 10
|
||||||
|
gaps right 10
|
||||||
|
gaps bottom 10
|
||||||
gaps inner 20
|
gaps inner 20
|
||||||
|
|
||||||
## I3-GAPS END
|
## I3-GAPS END
|
||||||
|
|
||||||
|
|
||||||
# make all windows have a 3 pixel border
|
# make all windows have a 3 pixel border
|
||||||
for_window [class=".*"] border pixel 3
|
for_window [class=".*"] border pixel 5
|
||||||
|
|
||||||
# make calendar, todo, and spotify always only have border 3 pixels
|
# make calendar, todo, and spotify always only have border 3 pixels
|
||||||
for_window[workspace="4: "] border pixel 3
|
for_window[workspace="4: "] border pixel 3
|
||||||
@ -275,7 +279,9 @@ set $blue #2C4762
|
|||||||
# client.focused #56a7b5 #282c34 #ffffff #2e9ef4 #56a7b5
|
# client.focused #56a7b5 #282c34 #ffffff #2e9ef4 #56a7b5
|
||||||
# client.focused #a8d385 #282c34 #ffffff #50b62c #a8d385
|
# client.focused #a8d385 #282c34 #ffffff #50b62c #a8d385
|
||||||
# client.focused #2878af #282c34 #ffffff #2e9ef4 #2878af
|
# client.focused #2878af #282c34 #ffffff #2e9ef4 #2878af
|
||||||
client.focused #46d9ff #282c34 #ffffff #2e9ef4 #51afef
|
# client.focused #46d9ff #282c34 #ffffff #2e9ef4 #51afef
|
||||||
|
# client.unfocused #3d4450 #282c34 #ffffff #1e90ff #3d4450
|
||||||
|
client.focused #51afef #282c34 #ffffff #2e9ef4 #2878af
|
||||||
client.unfocused #3d4450 #282c34 #ffffff #1e90ff #3d4450
|
client.unfocused #3d4450 #282c34 #ffffff #1e90ff #3d4450
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
@ -316,6 +322,7 @@ for_window [class="Galculator" instance="galculator"] floating enable
|
|||||||
for_window [title="System Tray"] floating enable, border none
|
for_window [title="System Tray"] floating enable, border none
|
||||||
for_window [title="System Tray" window_type="normal"] move scratchpad
|
for_window [title="System Tray" window_type="normal"] move scratchpad
|
||||||
for_window [class="mpv"] floating enable, border none;
|
for_window [class="mpv"] floating enable, border none;
|
||||||
|
for_window [class="VirtualBox Machine"] floating enable, border none;
|
||||||
|
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
@ -375,6 +382,7 @@ exec --no-startup-id i3-msg 'workspace 6: '; exec emacsclient -n -c -e '(+vte
|
|||||||
|
|
||||||
exec --no-startup-id /usr/bin/emacs --daemon
|
exec --no-startup-id /usr/bin/emacs --daemon
|
||||||
|
|
||||||
|
exec --no-startup-id /usr/bin/alternating_layouts.py
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
|
@ -117,11 +117,10 @@ fade-out-step = 0.03;
|
|||||||
|
|
||||||
|
|
||||||
# Opacity of inactive windows. (0.1 - 1.0, defaults to 1.0)
|
# Opacity of inactive windows. (0.1 - 1.0, defaults to 1.0)
|
||||||
# inactive-opacity = 0.94;
|
|
||||||
# active-opacity = 0.99;
|
|
||||||
|
|
||||||
|
# active-opacity = 0.98;
|
||||||
active-opacity = 1;
|
active-opacity = 1;
|
||||||
# inactive-opacity = 0.98;
|
# inactive-opacity = 0.95;
|
||||||
inactive-opacity = 1;
|
inactive-opacity = 1;
|
||||||
|
|
||||||
# Opacity of window titlebars and borders. (0.1 - 1.0, disabled by default)
|
# Opacity of window titlebars and borders. (0.1 - 1.0, disabled by default)
|
||||||
@ -441,15 +440,14 @@ wintypes:
|
|||||||
# ibhagwan
|
# ibhagwan
|
||||||
|
|
||||||
|
|
||||||
corner-radius = 7;
|
# corner-radius = 7;
|
||||||
# corner-radius = 12;
|
corner-radius = 14;
|
||||||
# corner-radius = 15;
|
# corner-radius = 15;
|
||||||
rounded-corners-exclude = [
|
rounded-corners-exclude = [
|
||||||
"class_g = 'Plasma'",
|
"class_g = 'Plasma'",
|
||||||
"class_g = 'plsama-desktop'",
|
"class_g = 'plsama-desktop'",
|
||||||
"class_g = 'win7'",
|
"class_g = 'win7'",
|
||||||
"class_g = 'krunner'",
|
"class_g = 'krunner'",
|
||||||
"class_g = 'Polybar'",
|
|
||||||
"class_g = 'plasmashell'"
|
"class_g = 'plasmashell'"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -48,19 +48,20 @@ black = #000000
|
|||||||
[bar/main]
|
[bar/main]
|
||||||
; https://github.com/polybar/polybar/issues/763
|
; https://github.com/polybar/polybar/issues/763
|
||||||
monitor = ${env:MONITOR:}
|
monitor = ${env:MONITOR:}
|
||||||
width = 100%
|
width = 95%
|
||||||
height = 40
|
height = 40
|
||||||
offset-x = 5%
|
offset-x = 2.5%
|
||||||
# offset-y = 2%
|
# offset-y = 2%
|
||||||
bottom = false
|
bottom = false
|
||||||
fixed-center = true
|
fixed-center = true
|
||||||
line-size = 2
|
line-size = 2
|
||||||
radius = 0
|
radius = 0
|
||||||
; override-redirect = true
|
override-redirect = true
|
||||||
; wm-restack = i3
|
wm-restack = i3
|
||||||
|
|
||||||
#background = ${color.bg}
|
#background = ${color.bg}
|
||||||
background = #282c34
|
; background = #282c34
|
||||||
|
background = ${color.shade4}
|
||||||
foreground = ${color.fg}
|
foreground = ${color.fg}
|
||||||
|
|
||||||
;==========================================================
|
;==========================================================
|
||||||
@ -88,7 +89,7 @@ modules-left = menu workspaces network-desktop bluetooth-desktop package-updates
|
|||||||
; modules-center = mpd-prev custom-mpd mpd-next playerctl-prev playerctl-show playerctl-next
|
; modules-center = mpd-prev custom-mpd mpd-next playerctl-prev playerctl-show playerctl-next
|
||||||
modules-center = mpd-prev custom-mpd mpd-next
|
modules-center = mpd-prev custom-mpd mpd-next
|
||||||
# modules-right = network bluetooth2 volume battery openweathermap-fullfeatured date powermenu
|
# modules-right = network bluetooth2 volume battery openweathermap-fullfeatured date powermenu
|
||||||
modules-right = flameshot color-picker jdate volume openweathermap-fullfeatured date powermenu
|
modules-right = flameshot color-picker volume openweathermap-fullfeatured jdate date powermenu
|
||||||
|
|
||||||
;== Modules ========================================================
|
;== Modules ========================================================
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user