Skip to content

Commit 630dce6

Browse files
committed
style: change tray icon to input-keyboard-symbolic for native GNOME panel integration
1 parent 9ddb277 commit 630dce6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/daemon.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ impl ksni::Tray for SwitcherTray {
311311
}
312312

313313
fn icon_name(&self) -> String {
314-
"input-keyboard".to_string()
314+
"input-keyboard-symbolic".to_string()
315315
}
316316

317317
fn activate(&mut self, _x: i32, _y: i32) {

0 commit comments

Comments
 (0)