[taffybar] Switch to in progress gtk3 support
This commit is contained in:
parent
32dc3fd807
commit
9fd6262358
@ -18,8 +18,8 @@ executable imalison-taffybar
|
||||
, containers
|
||||
, directory
|
||||
, filepath
|
||||
, gtk
|
||||
, gtk-traymanager>=0.1.6
|
||||
, gtk3
|
||||
, gtk-traymanager>=1.0.0
|
||||
, mtl
|
||||
, process
|
||||
, split
|
||||
|
@ -1,21 +1,23 @@
|
||||
flags: {}
|
||||
extra-package-dbs: []
|
||||
packages:
|
||||
- '.'
|
||||
- location: "./taffybar"
|
||||
- .
|
||||
- location: ./taffybar
|
||||
extra-dep: true
|
||||
- location:
|
||||
git: git@github.com:willdonnelly/dyre.git
|
||||
commit: 11412752b483135e0c151ab90be17b217f837c4b
|
||||
extra-dep: true
|
||||
- location:
|
||||
git: git@github.com:IvanMalison/gtk-traymanager.git
|
||||
commit: 39cddcf77f3e4a8ecbc4d82894457fd61c1faff1
|
||||
extra-dep: true
|
||||
extra-deps:
|
||||
- dyre-0.8.11
|
||||
- X11-xft-0.3.1
|
||||
- dbus-0.10.13
|
||||
- libxml-sax-0.7.5
|
||||
- rate-limit-1.1.1
|
||||
- time-units-1.0.0
|
||||
- taffybar-0.4.6
|
||||
- dbus-0.10.13
|
||||
- gtk-traymanager-0.1.6
|
||||
- xml-helpers-1.0.0
|
||||
- xmonad-contrib-0.13
|
||||
- X11-xft-0.3.1
|
||||
- libxml-sax-0.7.5
|
||||
resolver: lts-8.2
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 32a0d25a3f0898d2972bb231cf95db608096f6a2
|
||||
Subproject commit 835a593c0bf66e4f7bbc846fb686f04ebf4dc43b
|
@ -176,7 +176,7 @@ main = do
|
||||
{ underlineHeight = 3
|
||||
, underlinePadding = 2
|
||||
, minWSWidgetSize = Nothing
|
||||
, minIcons = 3
|
||||
, minIcons = 1
|
||||
, getIconInfo = myGetIconInfo
|
||||
, windowIconSize = 32
|
||||
, widgetGap = 0
|
||||
@ -212,11 +212,11 @@ main = do
|
||||
defaultTaffybarConfig
|
||||
{ startWidgets = [hud, los, wnd]
|
||||
, endWidgets =
|
||||
[ makeUnderline systrayNew "yellow"
|
||||
, makeUnderline clock "teal"
|
||||
, makeUnderline mem "blue"
|
||||
, makeUnderline cpu "green"
|
||||
, makeUnderline netMonitor "yellow"
|
||||
[ makeUnderline clock "teal"
|
||||
-- , makeUnderline systrayNew "yellow"
|
||||
-- , makeUnderline mem "blue"
|
||||
-- , makeUnderline cpu "green"
|
||||
-- , makeUnderline netMonitor "yellow"
|
||||
, makeUnderline mpris "red"
|
||||
]
|
||||
, barPosition = Top
|
||||
|
Loading…
Reference in New Issue
Block a user