Compare commits

...

2 Commits

Author SHA1 Message Date
berserk2046 5e2b7a7f2b config.def.h and barinfo change 2022-10-29 03:13:58 +00:00
berserk2046 acf2268fa3 barinfo change 2022-10-29 03:11:15 +00:00
5 changed files with 5 additions and 5 deletions

View File

@ -13,7 +13,7 @@
#define MASTER_SIZE 0.50
#define SHOW_PANEL True /* show panel by default on exec */
#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 ATTACH_ASIDE True /* False means new window is master */
#define FOLLOW_WINDOW False /* follow the window when moved to a different desktop */

View File

@ -13,7 +13,7 @@
#define MASTER_SIZE 0.50
#define SHOW_PANEL True /* show panel by default on exec */
#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 ATTACH_ASIDE True /* False means new window is master */
#define FOLLOW_WINDOW False /* follow the window when moved to a different desktop */

BIN
monsterwm

Binary file not shown.

Binary file not shown.

View File

@ -1,10 +1,10 @@
#!/bin/bash
vol=$(pamixer --get-volume)
bat=$(battery)
dat=$(date +%H:%M)
vol=$(pamixer --get-volume)
pakg=$(pkg)
output(){
echo "[$bat] - [%$vol] - [$dat]"
echo "[$bat] - [%$vol] - [$pakg]"
}
echo $(output) > /tmp/barinfo