Compare commits
2 commits
271ff30a2f
...
5e2b7a7f2b
Author | SHA1 | Date | |
---|---|---|---|
5e2b7a7f2b | |||
acf2268fa3 |
5 changed files with 5 additions and 5 deletions
|
@ -13,7 +13,7 @@
|
||||||
#define MASTER_SIZE 0.50
|
#define MASTER_SIZE 0.50
|
||||||
#define SHOW_PANEL True /* show panel by default on exec */
|
#define SHOW_PANEL True /* show panel by default on exec */
|
||||||
#define TOP_PANEL True /* False means panel is on bottom */
|
#define TOP_PANEL True /* False means panel is on bottom */
|
||||||
#define PANEL_HEIGHT 0 /* 0 for no space for panel, thus no panel */
|
#define PANEL_HEIGHT 13 /* 0 for no space for panel, thus no panel */
|
||||||
#define DEFAULT_MODE TILE /* initial layout/mode: TILE MONOCLE BSTACK GRID FLOAT */
|
#define DEFAULT_MODE TILE /* initial layout/mode: TILE MONOCLE BSTACK GRID FLOAT */
|
||||||
#define ATTACH_ASIDE True /* False means new window is master */
|
#define ATTACH_ASIDE True /* False means new window is master */
|
||||||
#define FOLLOW_WINDOW False /* follow the window when moved to a different desktop */
|
#define FOLLOW_WINDOW False /* follow the window when moved to a different desktop */
|
||||||
|
|
2
config.h
2
config.h
|
@ -13,7 +13,7 @@
|
||||||
#define MASTER_SIZE 0.50
|
#define MASTER_SIZE 0.50
|
||||||
#define SHOW_PANEL True /* show panel by default on exec */
|
#define SHOW_PANEL True /* show panel by default on exec */
|
||||||
#define TOP_PANEL True /* False means panel is on bottom */
|
#define TOP_PANEL True /* False means panel is on bottom */
|
||||||
#define PANEL_HEIGHT 0 /* 0 for no space for panel, thus no panel */
|
#define PANEL_HEIGHT 13 /* 0 for no space for panel, thus no panel */
|
||||||
#define DEFAULT_MODE TILE /* initial layout/mode: TILE MONOCLE BSTACK GRID FLOAT */
|
#define DEFAULT_MODE TILE /* initial layout/mode: TILE MONOCLE BSTACK GRID FLOAT */
|
||||||
#define ATTACH_ASIDE True /* False means new window is master */
|
#define ATTACH_ASIDE True /* False means new window is master */
|
||||||
#define FOLLOW_WINDOW False /* follow the window when moved to a different desktop */
|
#define FOLLOW_WINDOW False /* follow the window when moved to a different desktop */
|
||||||
|
|
BIN
monsterwm
BIN
monsterwm
Binary file not shown.
BIN
monsterwm.o
BIN
monsterwm.o
Binary file not shown.
|
@ -1,10 +1,10 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
vol=$(pamixer --get-volume)
|
|
||||||
bat=$(battery)
|
bat=$(battery)
|
||||||
dat=$(date +%H:%M)
|
vol=$(pamixer --get-volume)
|
||||||
|
pakg=$(pkg)
|
||||||
|
|
||||||
output(){
|
output(){
|
||||||
echo "[$bat] - [%$vol] - [$dat]"
|
echo "[$bat] - [%$vol] - [$pakg]"
|
||||||
}
|
}
|
||||||
|
|
||||||
echo $(output) > /tmp/barinfo
|
echo $(output) > /tmp/barinfo
|
||||||
|
|
Loading…
Reference in a new issue