From 884978e7cbf8c9168092f5c8941f0154dd7678e9 Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Sat, 1 Jul 2023 02:39:34 +0300 Subject: [PATCH] Update main.rs --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 7afb97b..fe2e3ae 100644 --- a/src/main.rs +++ b/src/main.rs @@ -12,7 +12,7 @@ fn main() { application.connect_startup(|app| { // The CSS "magic" happens here. let provider = CssProvider::new(); - provider.load_from_data(include_str!("/usr/lib/pika/drivers/style.css")); + provider.load_from_data(include_str!("style.css")); // We give the CssProvided to the default screen so the CSS rules we added // can be applied to our window. gtk::style_context_add_provider_for_display(