Merge branch 'master' of github.com:IvanMalison/dotfiles
This commit is contained in:
commit
8dd977c43f
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
@define-color active-window-color @white;
|
@define-color active-window-color @white;
|
||||||
@define-color urgent-window-color @taffy-blue;
|
@define-color urgent-window-color @taffy-blue;
|
||||||
@define-color font-color @black;
|
@define-color font-color @white;
|
||||||
@define-color menu-background-color @white;
|
@define-color menu-background-color @white;
|
||||||
@define-color menu-font-color @black;
|
@define-color menu-font-color @black;
|
||||||
|
|
||||||
@ -28,10 +28,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.contents {
|
.contents {
|
||||||
padding-top: 3px;
|
padding: 7px;
|
||||||
padding-bottom: 3px;
|
|
||||||
padding-right: 3px;
|
|
||||||
padding-left: 3px;
|
|
||||||
transition: background-color .5s;
|
transition: background-color .5s;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -136,11 +136,11 @@ main = do
|
|||||||
defaultWorkspacesConfig
|
defaultWorkspacesConfig
|
||||||
{ underlineHeight = 3
|
{ underlineHeight = 3
|
||||||
, underlinePadding = 2
|
, underlinePadding = 2
|
||||||
, minIcons = 3
|
, minIcons = 1
|
||||||
, getWindowIconPixbuf = myIcons
|
, getWindowIconPixbuf = myIcons
|
||||||
-- , windowIconSize = 31
|
-- , windowIconSize = 31
|
||||||
, widgetGap = 0
|
, widgetGap = 0
|
||||||
, showWorkspaceFn = const True
|
, showWorkspaceFn = hideEmpty
|
||||||
, updateRateLimitMicroseconds = 100000
|
, updateRateLimitMicroseconds = 100000
|
||||||
, labelSetter = workspaceNamesLabelSetter
|
, labelSetter = workspaceNamesLabelSetter
|
||||||
}
|
}
|
||||||
@ -165,8 +165,8 @@ main = do
|
|||||||
, mpris2New
|
, mpris2New
|
||||||
]
|
]
|
||||||
, barPosition = Top
|
, barPosition = Top
|
||||||
, barPadding = 10
|
, barPadding = 0
|
||||||
, barHeight = 53
|
, barHeight = 45
|
||||||
}
|
}
|
||||||
simpleTaffyConfig = baseConfig
|
simpleTaffyConfig = baseConfig
|
||||||
-- { endWidgets = []
|
-- { endWidgets = []
|
||||||
|
@ -181,12 +181,15 @@ in
|
|||||||
stack
|
stack
|
||||||
|
|
||||||
# Tools
|
# Tools
|
||||||
|
bazaar
|
||||||
binutils
|
binutils
|
||||||
dfeet
|
dfeet
|
||||||
gcc
|
gcc
|
||||||
gdb
|
gdb
|
||||||
gitFull
|
|
||||||
git-sync
|
git-sync
|
||||||
|
gitAndTools.git-fame
|
||||||
|
gitAndTools.hub
|
||||||
|
gitFull
|
||||||
gnumake
|
gnumake
|
||||||
gnupg
|
gnupg
|
||||||
htop
|
htop
|
||||||
|
Loading…
Reference in New Issue
Block a user