-
Notifications
You must be signed in to change notification settings - Fork 1
/
minimicsrc.dist
53 lines (42 loc) · 1.68 KB
/
minimicsrc.dist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
#!/usr/bin/env bash
set -euo pipefail
# Minimics configuration file. Values here are used by default
# You should copy this file to your home directory
# Launch the following programs when window manager starts
minimics_startup_programs () {
# replace with programs you need to launch...
echo "done."
}
# Folder containing your wallpapers, or single wallpaper file PATH
export MINIMICS_WALLS=~/path/to/your/wallpapers
# Folder container dwall git project
export MINIMICS_DWALL=~/path/to/dynamic-wallpaper
# Screen configuration. Obtain screen names and resolutions with xrandr
export MINIMICS_SCREEN1_NAME=eDP1
export MINIMICS_SCREEN1_RESOLUTION=1920x1080
export MINIMICS_SCREEN2_NAME=
export MINIMICS_SCREEN2_RESOLUTION=
export MINIMICS_SCREEN3_NAME=
export MINIMICS_SCREEN3_RESOLUTION=
# Position of screen2 next to screen1. One of left-of, right-of, above, below
export MINIMICS_SCREEN2_POSITION=above
# Position of screen3 next to screen2. One of left-of, right-of, above, below
export MINIMICS_SCREEN3_POSITION=left-of
# Layout to use in xprofile at startup of the wm session
export MINIMICS_SCREEN_LAYOUT=single_screen1
# Hardware identifiers / network interfaces names
export MINIMICS_NET_WIRED_INTERFACE=eth0
export MINIMICS_NET_WIRELESS_INTERFACE=wlan0
export MINIMICS_BATTERY_NAME=BAT0
# Polybar customization
export MINIMICS_POLYBAR_FONT1="roboto:pixelsize=10;2"
export MINIMICS_POLYBAR_FONT2="Iosevka Nerd Font:size=10;2"
export MINIMICS_POLYBAR_HEIGHT=25
# Weather
export MINIMICS_CITY=
# Gitlab
export MINIMICS_GITLAB_API_URL=https://gitlab.com/api/v4
export MINIMICS_GITLAB_PROJECT=example/example
export MINIMICS_GITLAB_PRIVATE_TOKEN=yoursecrettoken
# QT5/QT6
export QT_QPA_PLATFORMTHEME=qt6ct