Merge branch 'main' of https://gitlab.inkletblot.com/inkletblot/config
This commit is contained in:
commit
829a28a316
@ -90,7 +90,7 @@ myFileManager = "thunar"
|
|||||||
|
|
||||||
-- The font to be used
|
-- The font to be used
|
||||||
myFont :: String
|
myFont :: String
|
||||||
myFont = "xft:Fira Code:size=9:antialias=true:hinting=true"
|
myFont = "xft:Fira Code:antialias=true:hinting=true"
|
||||||
|
|
||||||
-- Whether focus follows the mouse pointer.
|
-- Whether focus follows the mouse pointer.
|
||||||
myFocusFollowsMouse :: Bool
|
myFocusFollowsMouse :: Bool
|
||||||
@ -388,7 +388,7 @@ tabs = renamed [Replace "tabs"]
|
|||||||
|
|
||||||
|
|
||||||
-- setting colors for tabs layout and tabs sublayout.
|
-- setting colors for tabs layout and tabs sublayout.
|
||||||
myTabTheme = def { fontName = myFont
|
myTabTheme = def { fontName = myFont ++ ":size=12"
|
||||||
, activeColor = "#6b788b"
|
, activeColor = "#6b788b"
|
||||||
, inactiveColor = "#121e32"
|
, inactiveColor = "#121e32"
|
||||||
, activeBorderColor = "#6b788b"
|
, activeBorderColor = "#6b788b"
|
||||||
@ -400,7 +400,7 @@ myTabTheme = def { fontName = myFont
|
|||||||
-- Theme for showWName which prints current workspace when you change workspaces.
|
-- Theme for showWName which prints current workspace when you change workspaces.
|
||||||
myShowWNameTheme :: SWNConfig
|
myShowWNameTheme :: SWNConfig
|
||||||
myShowWNameTheme = def
|
myShowWNameTheme = def
|
||||||
{ swn_font = myFont
|
{ swn_font = myFont ++ ":size=32"
|
||||||
, swn_fade = 1.0
|
, swn_fade = 1.0
|
||||||
, swn_bgcolor = "#121e32"
|
, swn_bgcolor = "#121e32"
|
||||||
, swn_color = "#dfdfef"
|
, swn_color = "#dfdfef"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user