Logos: Remove logos directory
This commit is contained in:
parent
46cf839e97
commit
5d1c52d0b8
BIN
logos/wmfs.png
BIN
logos/wmfs.png
Binary file not shown.
|
Before Width: | Height: | Size: 5.2 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.9 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 2.1 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 2.9 KiB |
@ -299,7 +299,7 @@ barwin_refresh(BarWindow *bw)
|
||||
if(!bw || !bw->dr || !bw->win)
|
||||
return;
|
||||
|
||||
XCopyArea(dpy, bw->dr, bw->win, gc, 0, 0, bw->geo.width , bw->geo.height, 0, 0);
|
||||
XCopyArea(dpy, bw->dr, bw->win, gc, 0, 0, bw->geo.width, bw->geo.height, 0, 0);
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
@ -82,7 +82,7 @@ infobar_init(void)
|
||||
}
|
||||
|
||||
/* Create layout switch barwindow */
|
||||
infobar[sc].layout_button = barwin_create(infobar[sc].bar->win, j + PAD / 2 , 0,
|
||||
infobar[sc].layout_button = barwin_create(infobar[sc].bar->win, j + PAD / 2, 0,
|
||||
textw(tags[sc][seltag[sc]].layout.symbol) + PAD,
|
||||
infobar[sc].geo.height,
|
||||
conf.colors.layout_bg, conf.colors.layout_fg,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user