Compare commits
3 Commits
a963f8c059
...
539a16ce9f
Author | SHA1 | Date |
---|---|---|
Nathan Dwarshuis | 539a16ce9f | |
Nathan Dwarshuis | 4f557a1a82 | |
Nathan Dwarshuis | 7fda875008 |
|
@ -6,8 +6,8 @@ standard_dialogs=gtk2
|
|||
style=gtk2
|
||||
|
||||
[Fonts]
|
||||
fixed=@Variant(\0\0\0@\0\0\0 \0\x44\0\x65\0j\0\x61\0V\0u\0 \0S\0\x61\0n\0s\0 \0M\0o\0n\0o@(\0\0\0\0\0\0\xff\xff\xff\xff\x5\x1\0\x32\x10)
|
||||
general=@Variant(\0\0\0@\0\0\0\x16\0\x44\0\x65\0j\0\x61\0V\0u\0 \0S\0\x61\0n\0s@(\0\0\0\0\0\0\xff\xff\xff\xff\x5\x1\0\x32\x10)
|
||||
fixed="DejaVu Sans Mono,12,-1,5,50,0,0,0,0,0"
|
||||
general="DejaVu Sans,12,-1,5,50,0,0,0,0,0"
|
||||
|
||||
[Interface]
|
||||
activate_item_on_single_click=1
|
||||
|
@ -26,3 +26,7 @@ wheel_scroll_lines=3
|
|||
|
||||
[SettingsWindow]
|
||||
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\x14\0\0\x3\xbf\0\0\x4\x1f\0\0\0\0\0\0\0\x14\0\0\x3\xbf\0\0\x4\x1f\0\0\0\0\0\0\0\0\a\x80\0\0\0\0\0\0\0\x14\0\0\x3\xbf\0\0\x4\x1f)
|
||||
|
||||
[Troubleshooting]
|
||||
force_raster_widgets=1
|
||||
ignored_applications=@Invalid()
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
color_scheme_path=/usr/share/qt6ct/colors/airy.conf
|
||||
custom_palette=true
|
||||
icon_theme=Papirus
|
||||
standard_dialogs=gtk3
|
||||
style=gtk2
|
||||
standard_dialogs=gtk2
|
||||
style=qt6gtk2
|
||||
|
||||
[Fonts]
|
||||
fixed=@Variant(\0\0\0@\0\0\0\x1e\0\x44\0\x65\0j\0\x61\0V\0u\0 \0L\0G\0\x43\0 \0S\0\x61\0n\0s@(\0\0\0\0\0\0\xff\xff\xff\xff\x5\x1\0\x32\x10)
|
||||
general=@Variant(\0\0\0@\0\0\0\x1e\0\x44\0\x65\0j\0\x61\0V\0u\0 \0L\0G\0\x43\0 \0S\0\x61\0n\0s@(\0\0\0\0\0\0\xff\xff\xff\xff\x5\x1\0\x32\x10)
|
||||
fixed="DejaVu LGC Sans,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1"
|
||||
general="DejaVu LGC Sans,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1"
|
||||
|
||||
[Interface]
|
||||
activate_item_on_single_click=1
|
||||
|
|
|
@ -17,7 +17,7 @@ yellow = "#969600"
|
|||
blue = "#6080b6"
|
||||
magenta = "#cc20cc"
|
||||
cyan = "#20a0a0"
|
||||
white = "#fcfcfc"
|
||||
white = "#cccccc"
|
||||
|
||||
[colors.bright]
|
||||
black = "#333333"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
pkgname=conky-lua
|
||||
_pkgname=conky
|
||||
pkgver=1.19.2
|
||||
pkgver=1.20.1
|
||||
pkgrel=1
|
||||
pkgdesc='Lightweight system monitor for X, with Lua support enabled'
|
||||
url='http://github.com/brndnmtthws/conky'
|
||||
|
|
Loading…
Reference in New Issue