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