From 85f24aaab6fc2332a741422098e8a7d8dce6bad8 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Thu, 7 Apr 2022 12:01:55 -0500 Subject: [PATCH] idk --- awesome/bling | 2 +- awesome/init.fnl | 1 + awesome/theme.lua | 31 +++++++++++++++++++++++++++---- mpv/mpv.conf | 2 +- tridactyl/tridactylrc | 2 +- 5 files changed, 31 insertions(+), 7 deletions(-) diff --git a/awesome/bling b/awesome/bling index 3164486..0fb8534 160000 --- a/awesome/bling +++ b/awesome/bling @@ -1 +1 @@ -Subproject commit 3164486da072d22b1bd62e670805566f4418f8a1 +Subproject commit 0fb85341916b6de1c5cd6ddf3e8472292a93a303 diff --git a/awesome/init.fnl b/awesome/init.fnl index 70bcc0d..0f09f62 100644 --- a/awesome/init.fnl +++ b/awesome/init.fnl @@ -59,6 +59,7 @@ (set naughty.config.defaults.hover_timeout 3) (set naughty.config.defaults.max_width (dpi 700)) + ;; { ;; :rule { } ;; :properties { diff --git a/awesome/theme.lua b/awesome/theme.lua index af05637..548e722 100644 --- a/awesome/theme.lua +++ b/awesome/theme.lua @@ -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" @@ -100,12 +100,35 @@ theme.taglist_shape = gears.shape.rounded_bar -- Generate taglist squares: local taglist_square_size = dpi(0) theme.taglist_squares_sel = theme_assets.taglist_squares_sel( - taglist_square_size, theme.fg_normal + taglist_square_size, theme.fg_normal ) theme.taglist_squares_unsel = theme_assets.taglist_squares_unsel( - taglist_square_size, theme.fg_normal + 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 diff --git a/mpv/mpv.conf b/mpv/mpv.conf index d9b9d4b..17b96fd 100644 --- a/mpv/mpv.conf +++ b/mpv/mpv.conf @@ -2,7 +2,7 @@ osc=no vo=gpu af=scaletempo2 -autofit=70% +autofit=90% geometry=80%:80% # input-ipc-server="/tmp/mpvsocket" hwdec=auto diff --git a/tridactyl/tridactylrc b/tridactyl/tridactylrc index 0eab86c..dff1a40 100644 --- a/tridactyl/tridactylrc +++ b/tridactyl/tridactylrc @@ -76,7 +76,7 @@ bind O fillcmdline tabopen bind b fillcmdline taball "" Smoothscroll -set smoothscroll true +set smoothscroll false bind --mode=ex ex.next_completion bind --mode=ex ex.prev_completion