mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 19:40:24 +10:00
Minor edits
This commit is contained in:
0
.config/conky/qtile/doom-one-01.conkyrc
Normal file → Executable file
0
.config/conky/qtile/doom-one-01.conkyrc
Normal file → Executable file
0
.config/conky/qtile/dracula-01.conkyrc
Normal file → Executable file
0
.config/conky/qtile/dracula-01.conkyrc
Normal file → Executable file
0
.config/conky/qtile/gruvbox-dark-01.conkyrc
Normal file → Executable file
0
.config/conky/qtile/gruvbox-dark-01.conkyrc
Normal file → Executable file
0
.config/conky/qtile/monokai-pro-01.conkyrc
Normal file → Executable file
0
.config/conky/qtile/monokai-pro-01.conkyrc
Normal file → Executable file
0
.config/conky/qtile/nord-01.conkyrc
Normal file → Executable file
0
.config/conky/qtile/nord-01.conkyrc
Normal file → Executable file
0
.config/conky/qtile/oceanic-next-01.conkyrc
Normal file → Executable file
0
.config/conky/qtile/oceanic-next-01.conkyrc
Normal file → Executable file
0
.config/conky/qtile/palenight-01.conkyrc
Normal file → Executable file
0
.config/conky/qtile/palenight-01.conkyrc
Normal file → Executable file
0
.config/conky/qtile/solarized-dark-01.conkyrc
Normal file → Executable file
0
.config/conky/qtile/solarized-dark-01.conkyrc
Normal file → Executable file
0
.config/conky/qtile/solarized-light-01.conkyrc
Normal file → Executable file
0
.config/conky/qtile/solarized-light-01.conkyrc
Normal file → Executable file
0
.config/conky/qtile/tomorrow-night-01.conkyrc
Normal file → Executable file
0
.config/conky/qtile/tomorrow-night-01.conkyrc
Normal file → Executable file
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
COLORSCHEME="DoomOne"
|
COLORSCHEME="doom-one"
|
||||||
|
|
||||||
festival --tts $HOME/.config/qtile/welcome_msg &
|
festival --tts $HOME/.config/qtile/welcome_msg &
|
||||||
lxsession &
|
lxsession &
|
||||||
|
|||||||
@@ -32,8 +32,7 @@ from libqtile.lazy import lazy
|
|||||||
# from libqtile.utils import guess_terminal
|
# from libqtile.utils import guess_terminal
|
||||||
|
|
||||||
# Make sure 'qtile-extras' is installed or this config will not work.
|
# Make sure 'qtile-extras' is installed or this config will not work.
|
||||||
from qtile_extras import widget
|
#from qtile_extras.widget import StatusNotifier
|
||||||
from qtile_extras.widget import StatusNotifier
|
|
||||||
from qtile_extras.widget.decorations import BorderDecoration
|
from qtile_extras.widget.decorations import BorderDecoration
|
||||||
|
|
||||||
# Allows you to input a name when adding treetab section.
|
# Allows you to input a name when adding treetab section.
|
||||||
@@ -220,16 +219,79 @@ for i in groups:
|
|||||||
# Then, you can use RGBA color codes to add transparency to the colors below.
|
# Then, you can use RGBA color codes to add transparency to the colors below.
|
||||||
# For ex: colors = [["#282c34ee", "#282c34dd"], ...
|
# For ex: colors = [["#282c34ee", "#282c34dd"], ...
|
||||||
|
|
||||||
colors = [["#282c34ee", "#282c34dd"],
|
doom_one = [
|
||||||
["#1c1f24", "#1c1f24"],
|
["#282c34", "#282c34"], # bg
|
||||||
["#dfdfdf", "#dfdfdf"],
|
["#bbc2cf", "#bbc2cf"], # fg
|
||||||
["#ff6c6b", "#ff6c6b"],
|
["#1c1f24", "#1c1f24"], # color01
|
||||||
["#98be65", "#98be65"],
|
["#ff6c6b", "#ff6c6b"], # color02
|
||||||
["#da8548", "#da8548"],
|
["#98be65", "#98be65"], # color03
|
||||||
["#51afef", "#51afef"],
|
["#da8548", "#da8548"], # color04
|
||||||
["#c678dd", "#c678dd"],
|
["#51afef", "#51afef"], # color05
|
||||||
["#46d9ff", "#46d9ff"],
|
["#c678dd", "#c678dd"], # color06
|
||||||
["#a9a1e1", "#a9a1e1"]]
|
["#46d9ff", "#46d9ff"] # color15
|
||||||
|
]
|
||||||
|
|
||||||
|
dracula = [
|
||||||
|
["#282a36", "#282a36"], # bg
|
||||||
|
["#f8f8f2", "#f8f8f2"], # fg
|
||||||
|
["#000000", "#000000"], # color01
|
||||||
|
["#ff5555", "#ff5555"], # color02
|
||||||
|
["#50fa7b", "#50fa7b"], # color03
|
||||||
|
["#f1fa8c", "#f1fa8c"], # color04
|
||||||
|
["#bd93f9", "#bd93f9"], # color05
|
||||||
|
["#ff79c6", "#ff79c6"], # color06
|
||||||
|
["#9aedfe", "#9aedfe"] # color15
|
||||||
|
]
|
||||||
|
|
||||||
|
gruvbox_dark = [
|
||||||
|
["#282828", "#282828"], # bg
|
||||||
|
["#ebdbb2", "#ebdbb2"], # fg
|
||||||
|
["#000000", "#000000"], # color01
|
||||||
|
["#fb4934", "#fb4934"], # color02
|
||||||
|
["#98971a", "#98971a"], # color03
|
||||||
|
["#d79921", "#d79921"], # color04
|
||||||
|
["#83a598", "#83a598"], # color05
|
||||||
|
["#d3869b", "#d3869b"], # color06
|
||||||
|
["#b8bb26", "#b8bb26"], # color11
|
||||||
|
]
|
||||||
|
monokai_pro = [
|
||||||
|
["#2D2A2E", "#2D2A2E"], # bg
|
||||||
|
["#FCFCFA", "#FCFCFA"], # fg
|
||||||
|
["#403E41", "#403E41"], # color01
|
||||||
|
["#FF6188", "#FF6188"], # color02
|
||||||
|
["#A9DC76", "#A9DC76"], # color03
|
||||||
|
["#FFD866", "#FFD866"], # color04
|
||||||
|
["#FC9867", "#FC9867"], # color05
|
||||||
|
["#AB9DF2", "#AB9DF2"], # color06
|
||||||
|
["#78DCE8", "#78DCE8"] # color07
|
||||||
|
]
|
||||||
|
|
||||||
|
nord = [
|
||||||
|
["#2E3440", "#2E3440"], # bg
|
||||||
|
["#D8DEE9", "#D8DEE9"], # fg
|
||||||
|
["#3B4252", "#3B4252"], # color01
|
||||||
|
["#BF616A", "#BF616A"], # color02
|
||||||
|
["#A3BE8C", "#A3BE8C"], # color03
|
||||||
|
["#EBCB8B", "#EBCB8B"], # color04
|
||||||
|
["#81A1C1", "#81A1C1"], # color05
|
||||||
|
["#B48EAD", "#B48EAD"], # color06
|
||||||
|
["#88C0D0", "#88C0D0"] # color07
|
||||||
|
]
|
||||||
|
|
||||||
|
oceanic_next = [
|
||||||
|
["#1b2b34", "#1b2b34"], # bg
|
||||||
|
["#d8dee9", "#d8dee9"], # fg
|
||||||
|
["#29414f", "#29414f"], # color01
|
||||||
|
["#ec5f67", "#ec5f67"], # color02
|
||||||
|
["#99c794", "#99c794"], # color03
|
||||||
|
["#fac863", "#fac863"], # color04
|
||||||
|
["#6699cc", "#6699cc"], # color05
|
||||||
|
["#c594c5", "#c594c5"], # color06
|
||||||
|
["#5fb3b3", "#5fb3b3"] # color07
|
||||||
|
]
|
||||||
|
|
||||||
|
|
||||||
|
colors = doom_one
|
||||||
|
|
||||||
layout_theme = {"border_width": 2,
|
layout_theme = {"border_width": 2,
|
||||||
"margin": 8,
|
"margin": 8,
|
||||||
@@ -294,7 +356,7 @@ def init_widgets_list():
|
|||||||
widget.Prompt(
|
widget.Prompt(
|
||||||
font = "Ubuntu Mono",
|
font = "Ubuntu Mono",
|
||||||
fontsize=14,
|
fontsize=14,
|
||||||
foreground = colors[2]
|
foreground = colors[1]
|
||||||
),
|
),
|
||||||
widget.GroupBox(
|
widget.GroupBox(
|
||||||
font = "Ubuntu Mono Bold",
|
font = "Ubuntu Mono Bold",
|
||||||
@@ -304,38 +366,38 @@ def init_widgets_list():
|
|||||||
padding_y = 2,
|
padding_y = 2,
|
||||||
padding_x = 3,
|
padding_x = 3,
|
||||||
borderwidth = 3,
|
borderwidth = 3,
|
||||||
active = colors[2],
|
active = colors[1],
|
||||||
inactive = colors[7],
|
inactive = colors[6],
|
||||||
rounded = False,
|
rounded = False,
|
||||||
highlight_color = colors[1],
|
highlight_color = colors[2],
|
||||||
highlight_method = "line",
|
highlight_method = "line",
|
||||||
this_current_screen_border = colors[6],
|
this_current_screen_border = colors[7],
|
||||||
this_screen_border = colors [4],
|
this_screen_border = colors [4],
|
||||||
other_current_screen_border = colors[6],
|
other_current_screen_border = colors[7],
|
||||||
other_screen_border = colors[4],
|
other_screen_border = colors[4],
|
||||||
foreground = colors[2]
|
foreground = colors[1]
|
||||||
),
|
),
|
||||||
widget.TextBox(
|
widget.TextBox(
|
||||||
text = '|',
|
text = '|',
|
||||||
font = "Ubuntu Mono",
|
font = "Ubuntu Mono",
|
||||||
foreground = '#cccccc',
|
foreground = colors[1],
|
||||||
padding = 2,
|
padding = 2,
|
||||||
fontsize = 14
|
fontsize = 14
|
||||||
),
|
),
|
||||||
widget.CurrentLayoutIcon(
|
widget.CurrentLayoutIcon(
|
||||||
# custom_icon_paths = [os.path.expanduser("~/.config/qtile/icons")],
|
# custom_icon_paths = [os.path.expanduser("~/.config/qtile/icons")],
|
||||||
foreground = colors[2],
|
foreground = colors[1],
|
||||||
padding = 0,
|
padding = 0,
|
||||||
scale = 0.7
|
scale = 0.7
|
||||||
),
|
),
|
||||||
widget.CurrentLayout(
|
widget.CurrentLayout(
|
||||||
foreground = colors[2],
|
foreground = colors[1],
|
||||||
padding = 5
|
padding = 5
|
||||||
),
|
),
|
||||||
widget.TextBox(
|
widget.TextBox(
|
||||||
text = '|',
|
text = '|',
|
||||||
font = "Ubuntu Mono",
|
font = "Ubuntu Mono",
|
||||||
foreground = '#cccccc',
|
foreground = colors[1],
|
||||||
padding = 2,
|
padding = 2,
|
||||||
fontsize = 14
|
fontsize = 14
|
||||||
),
|
),
|
||||||
@@ -373,13 +435,13 @@ def init_widgets_list():
|
|||||||
],
|
],
|
||||||
),
|
),
|
||||||
widget.Memory(
|
widget.Memory(
|
||||||
foreground = colors[9],
|
foreground = colors[8],
|
||||||
mouse_callbacks = {'Button1': lambda: qtile.cmd_spawn(myTerm + ' -e htop')},
|
mouse_callbacks = {'Button1': lambda: qtile.cmd_spawn(myTerm + ' -e htop')},
|
||||||
format = '{MemUsed: .0f}{mm}',
|
format = '{MemUsed: .0f}{mm}',
|
||||||
fmt = '✇ Mem: {} used',
|
fmt = '✇ Mem: {} used',
|
||||||
decorations=[
|
decorations=[
|
||||||
BorderDecoration(
|
BorderDecoration(
|
||||||
colour = colors[9],
|
colour = colors[8],
|
||||||
border_width = [0, 0, 2, 0],
|
border_width = [0, 0, 2, 0],
|
||||||
padding_x = 5,
|
padding_x = 5,
|
||||||
padding_y = None,
|
padding_y = None,
|
||||||
@@ -445,7 +507,6 @@ def init_widgets_list():
|
|||||||
),
|
),
|
||||||
widget.Spacer(
|
widget.Spacer(
|
||||||
length = 8,
|
length = 8,
|
||||||
foreground = colors[2]
|
|
||||||
),
|
),
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user