This commit is contained in:
danijoo
2021-07-16 09:58:20 +02:00
parent 4a97890736
commit 6b68c188a4
4 changed files with 15 additions and 3 deletions

View File

@@ -14,6 +14,13 @@ modules-right = previous playpause next spotify pulseaudio cpu memory battery1 d
tray-position = right tray-position = right
tray-padding = 2 tray-padding = 2
[bar/laptop_standalone]
inherit = bar/laptop
monitor = ${env:MONITOR:}
modules-right = previous playpause next spotify pulseaudio backlight-acpi cpu memory battery1 date notifyd
[bar/laptop_secondary] [bar/laptop_secondary]
inherit = bar/base inherit = bar/base
monitor = ${env:MONITOR:} monitor = ${env:MONITOR:}

View File

@@ -217,11 +217,12 @@ for_window [title="PyMOL Viewer"] floating enable
for_window [class="Toplevel"] floating enable for_window [class="Toplevel"] floating enable
for_window [title="Figure*" instance="matplotlib"] floating enable for_window [title="Figure*" instance="matplotlib"] floating enable
for_window [window_role="conversation" class="Pidgin"] floating enable for_window [window_role="conversation" class="Pidgin"] floating enable
for_window [class="Com.github.alainm23.planner"] floating enable
# use tiling mode only for main/chat Skype window and floating of all dialogs # use tiling mode only for main/chat Skype window and floating of all dialogs
# Skype main window title looks like this - "alexey.diyan - Skype™" # Skype main window title looks like this - "alexey.diyan - Skype™"
for_window [instance="skype" title="^.*?(?<!Skype™)$"] floating enable for_window [instance="skype" title="^.*?(?<!Skype™)$"] floating enable
for_window [instance="skype" title="Skype™|Call with|File Transfers"] floating disable for_window [instance="skype" title="Skype|Skype™|Call with|File Transfers"] floating disable
# Pulse Audio controls # Pulse Audio controls
bindsym --release XF86AudioLowerVolume exec --no-startup-id amixer sset Master 5%- #decrease sound volume bindsym --release XF86AudioLowerVolume exec --no-startup-id amixer sset Master 5%- #decrease sound volume

View File

@@ -6,14 +6,15 @@
"transmembrane", "transmembrane",
"Lichtenberg", "Lichtenberg",
"Gromacs", "Gromacs",
"solvated" "solvated",
"parallization",
], ],
"auto_complete": false, "auto_complete": false,
"color_scheme": "Packages/gruvbox/gruvbox (Dark) (Medium).sublime-color-scheme", "color_scheme": "Packages/gruvbox/gruvbox (Dark) (Medium).sublime-color-scheme",
"detect_indentation": false, "detect_indentation": false,
"dictionary": "Packages/Language - English/en_US.dic", "dictionary": "Packages/Language - English/en_US.dic",
"font_face": "Hack for Powerline Regular", "font_face": "Hack for Powerline Regular",
"font_size": 12, "font_size": 13,
"hot_exit": false, "hot_exit": false,
"ignored_packages": "ignored_packages":
[ [

View File

@@ -7,6 +7,8 @@
[profiles] [profiles]
[[default]] [[default]]
allow_bold = False allow_bold = False
background_darkness = 0.53
background_type = transparent
cursor_color = "#aaaaaa" cursor_color = "#aaaaaa"
font = Hack 12 font = Hack 12
show_titlebar = False show_titlebar = False
@@ -21,6 +23,7 @@
[[[child1]]] [[[child1]]]
parent = window0 parent = window0
type = Terminal type = Terminal
profile = default
[[[window0]]] [[[window0]]]
parent = "" parent = ""
type = Window type = Window