refactor: whatever
This commit is contained in:
@@ -18,7 +18,7 @@ force_tty = False
|
||||
#* Format: "box_name:P:G,box_name:P:G" P=(0 or 1) for alternate positions, G=graph symbol to use for box.
|
||||
#* Use whitespace " " as separator between different presets.
|
||||
#* Example: "cpu:0:default,mem:0:tty,proc:1:default cpu:0:braille,proc:0:tty"
|
||||
presets = "cpu:0:braille mem:0:tty"
|
||||
presets = "cpu:1:braille mem:0:tty"
|
||||
|
||||
#* Set to True to enable "h,j,k,l,g,G" keys for directional control in lists.
|
||||
#* Conflicting keys for h:"help" and k:"kill" is accessible while holding shift.
|
||||
@@ -44,7 +44,7 @@ graph_symbol_gpu = "default"
|
||||
graph_symbol_mem = "default"
|
||||
|
||||
# Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty".
|
||||
graph_symbol_net = "default"
|
||||
graph_symbol_net = "braille"
|
||||
|
||||
# Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty".
|
||||
graph_symbol_proc = "default"
|
||||
@@ -57,7 +57,7 @@ update_ms = 1200
|
||||
|
||||
#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct",
|
||||
#* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly.
|
||||
proc_sorting = "cpu lazy"
|
||||
proc_sorting = "cpu direct"
|
||||
|
||||
#* Reverse sorting order, True or False.
|
||||
proc_reversed = False
|
||||
@@ -84,7 +84,7 @@ proc_cpu_graphs = True
|
||||
proc_info_smaps = False
|
||||
|
||||
#* Show proc box on left side of screen instead of right.
|
||||
proc_left = False
|
||||
proc_left = True
|
||||
|
||||
#* (Linux) Filter processes tied to the Linux kernel(similar behavior to htop).
|
||||
proc_filter_kernel = False
|
||||
|
||||
@@ -539,3 +539,4 @@ layerrule = blur, rofi
|
||||
layerrule = animation slideIn left, rofi
|
||||
|
||||
workspace = special:magic, gapsin:20, gapsout:50, shadow:false
|
||||
workspace = 9, gapsin:15, gapsout:40
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
|
||||
wallpaper = eDP-1,/home/greg/Pictures/Wallpapers/japanese-seashore-house-fullmoon-pink.jpeg
|
||||
wallpaper = HDMI-A-1,/home/greg/Pictures/Wallpapers/japanese-seashore-house-fullmoon-pink.jpeg
|
||||
wallpaper = eDP-1,/home/greg/Pictures/Wallpapers/current/japan_garden_hd_japanese-1920x1080.png
|
||||
wallpaper = HDMI-A-1,/home/greg/Pictures/Wallpapers/current/japan_garden_hd_japanese-1920x1080.png
|
||||
ipc = on
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
# Color theme Base2Tone Suburb
|
||||
# Auto-generated by Gogh (https//Gogh-Co.github.io/Gogh/)
|
||||
|
||||
|
||||
# Kolyan color theme made by Nikolai (WeirdCat)
|
||||
|
||||
color0 #444551
|
||||
color1 #9E2238
|
||||
|
||||
Reference in New Issue
Block a user