-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathnord-config
162 lines (139 loc) · 4.5 KB
/
nord-config
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
;vim:ft=dosini
[config]
# -------------------------------------------
# Bar Settings
# -------------------------------------------
# DPI value for HiDPI screen
# dpi = 192
# Main monitor, default to MONITOR environment variable.
# monitor = ${env:MONITOR:eDP-1}
# bar position, apply globally
width = 100%
height = 3%
offset-x = 0
offset-y = 0
radius = 0.0
# When true, the centered module will stay at the middle of the screen
# whenever possible.
# When false, the centered module will be placed between the left and right
# block.
fixed-center = true
# if you are using bspwm and experiencing weird bar positioning,
# you can uncomment the following lines and restart the bar to see
# if the problem is solved.
# If problem still persist, look at Polybar's wiki for more options.
override-redirect = false
wm-restack = bspwm
# -------------------------------------------
# Modules
# -------------------------------------------
# alsa: Display current volume for alsa device
# pulseaudio: Display current volume for pulseaudio
# backlight: Display screen brightness
# date: Display date
# notify: Notify icon, can customize its binding
# network-short: Network connect icon, can customize its binding
# battery: Battery info
# keyboard: CapsLock indicator
# mpd: mpd status and controls
# spotify: spotify information
# i3: i3 workspace icons
# bspwm: bspwm workspace icons
# workspace-name: i3 current workspace name, need to be in the format like "1:Home"
# title: title of the active window
# network-detail: Download and upload speed
# weather: Display openweather info
# powermenu: menu to control system power
# info-hackspeed: Numper of characters clicked per minute
# daily-poem: Display poem
# temperature: Display internal temperature
# memory: Display memory usage
# cpu: Display cpu usage
# show-desktop: Display desktop (i3 only)
# clash-widget: showing clash service
# onedrive-widget: showing onedrive service
# clipmenu-widget: showing clipmenu service
# logseq-sync: Syncing logseq folder by git
# mullvad-status: showing mullvad status
# Top modules
top-left = rofi-run bspwm title
top-center = mpd
top-right = keyboard clipmenu-widget onedrive-widget clash-widget pulseaudio network-short battery date
# Bottom modules
bottom-left = powermenu info-hackspeed weather
bottom-center = daily-poem
bottom-right = temperature
# Position of tray icons. Avaliable options are left/center/right and none.
# If the tray is put at the bottom bar, then systray-top must set to none, and vice versa.
systray-top = none
systray-bottom = right
# -------------------------------------------
# Styles
# -------------------------------------------
# Under-/overline pixel size
line-size = 6
# -------------------------------------------
# Modules Configurations
# -------------------------------------------
## workspace icons
# Format is {identifier};{icon}, where identifier is the name of the workspace,
# and icon is the label to be displayed.
# If no icon is provided, {identifier} will be used as label.
ws-icon-0 = I;
ws-icon-1 = II;
ws-icon-2 = III;
ws-icon-3 = IV;
ws-icon-4 = V;
ws-icon-5 = VI;
ws-icon-6 = VII;
ws-icon-7 = VIII;
ws-icon-8 = IX;
ws-icon-9 = X;
# default icon used if not specified.
ws-icon-default =
## network-short
# the default value in this section should work in most cases,
# if some of them doesn't suit your environment, you can change
# it from here.
# network interface, check by `ip link show`
interface = wlan0
## battery
# when the current battery capacity excess this value,
# the full-capacity format will be displayed.
battery-full-at = 95
# battery and adapter
battery-bat = BAT0
battery-adp = AC
## alsa/pulseaudio
# soundcard setting
master-soundcard = default
speaker-soundcard = default
headphone-soundcard = default
master-mixer = Master
## mpd
# mpd service connection setting
mpd-host = 127.0.0.1
mpd-port = 6600
## temperature
thermal-zone = 3
# Base temperature for where to start the ramp (in degrees celsius)
base-temperature = 20
# Threshold temperature to display warning label (in degrees celsius)
warn-temperature = 70
## github
# GitHub personal token. Select at least `notifications` option.
github-token = ${env:GITHUB_ACCESS_TOKEN}
## mullvad-status
# mullvad module setting
mullvad-click-left = mullvad-vpn
## notify
# notify module setting
notify-click-left = xdotool key control+grave
## i3
# Only show workspaces defined on the same output as the bar
#
# Useful if you want to show monitor specific workspaces
# on different bars
#
# Default: false
i3-pin-workspaces = false