idk
This commit is contained in:
parent
8bf458cb9a
commit
85f24aaab6
|
@ -1 +1 @@
|
|||
Subproject commit 3164486da072d22b1bd62e670805566f4418f8a1
|
||||
Subproject commit 0fb85341916b6de1c5cd6ddf3e8472292a93a303
|
|
@ -59,6 +59,7 @@
|
|||
(set naughty.config.defaults.hover_timeout 3)
|
||||
(set naughty.config.defaults.max_width (dpi 700))
|
||||
|
||||
|
||||
;; {
|
||||
;; :rule { }
|
||||
;; :properties {
|
||||
|
|
|
@ -10,7 +10,7 @@ local gears = require('gears')
|
|||
local gfs = require("gears.filesystem")
|
||||
local themes_path = gfs.get_themes_dir()
|
||||
local wallpaperdir = "/home/chris/Pictures/wallpapers/"
|
||||
local bling = require "bling"
|
||||
local bling = require("bling")
|
||||
|
||||
local theme = {}
|
||||
|
||||
|
@ -52,7 +52,7 @@ theme.fg_minimize = theme.base04
|
|||
|
||||
theme.red = "#ff5c57"
|
||||
|
||||
theme.useless_gap = dpi(9)
|
||||
theme.useless_gap = dpi(11)
|
||||
theme.border_width = dpi(0)
|
||||
theme.transparent = "#00000000"
|
||||
theme.bg_systray = "#282a36AA"
|
||||
|
@ -106,6 +106,29 @@ theme.taglist_squares_unsel = theme_assets.taglist_squares_unsel(
|
|||
taglist_square_size, theme.fg_normal
|
||||
)
|
||||
|
||||
|
||||
-- mstab
|
||||
theme.mstab_bar_ontop = false -- whether you want to allow the bar to be ontop of clients
|
||||
theme.mstab_dont_resize_slaves = false -- whether the tabbed stack windows should be smaller than the
|
||||
-- currently focused stack window (set it to true if you use
|
||||
-- transparent terminals. False if you use shadows on solid ones
|
||||
-- by default it will adjust based on your useless gaps.
|
||||
-- If you want a custom value. Set it to the number of pixels (int)
|
||||
|
||||
-- theme.tabbar_bg_normal = theme.bg_normal
|
||||
-- theme.tabbar_fg_normal = theme.fg_normal
|
||||
-- theme.tabbar_bg_focus = theme.bg_focus
|
||||
-- theme.tabbar_fg_focus = theme.fg_focus
|
||||
theme.mstab_border_radius = 30 -- border radius of the tabbar
|
||||
theme.mstab_bar_padding = "default" -- how much padding there should be between clients and your tabbar
|
||||
theme.mstab_tabbar_position = "top" -- position of the tabbar (mstab currently does not support left,right)
|
||||
theme.mstab_tabbar_style = "default" -- style of the tabbar ("default", "boxes" or "modern")
|
||||
-- defaults to the tabbar_style so only change if you want a
|
||||
-- different style for mstab and tabbed
|
||||
|
||||
|
||||
|
||||
|
||||
-- Tasklists
|
||||
theme.tasklist_shape = gears.shape.rounded_bar
|
||||
theme.tasklist_spacing = 40
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
osc=no
|
||||
vo=gpu
|
||||
af=scaletempo2
|
||||
autofit=70%
|
||||
autofit=90%
|
||||
geometry=80%:80%
|
||||
# input-ipc-server="/tmp/mpvsocket"
|
||||
hwdec=auto
|
||||
|
|
|
@ -76,7 +76,7 @@ bind O fillcmdline tabopen
|
|||
bind b fillcmdline taball
|
||||
|
||||
"" Smoothscroll
|
||||
set smoothscroll true
|
||||
set smoothscroll false
|
||||
|
||||
bind --mode=ex <C-j> ex.next_completion
|
||||
bind --mode=ex <C-k> ex.prev_completion
|
||||
|
|
Loading…
Reference in a new issue